[debian-edu-commits] debian-edu/ 01/01: Fix typo in d/debian-edu-config.postrm

Wolfgang Schweer schweer-guest at moszumanska.debian.org
Tue Aug 8 19:59:23 UTC 2017


This is an automated email from the git hooks/post-receive script.

schweer-guest pushed a commit to branch master
in repository debian-edu-config.

commit 638adc22a18c0ebbedb5943d163af927448e526f
Author: Wolfgang Schweer <wschweer at arcor.de>
Date:   Tue Aug 8 21:58:31 2017 +0200

    Fix typo in d/debian-edu-config.postrm
---
 debian/debian-edu-config.postrm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/debian-edu-config.postrm b/debian/debian-edu-config.postrm
index 0128423..8eef3ad 100644
--- a/debian/debian-edu-config.postrm
+++ b/debian/debian-edu-config.postrm
@@ -13,7 +13,7 @@ case "$1" in
 	    fi
 	fi
 	# cleanup from debian-edu-ltsp-audiodivert
-	if dpkg --compare-versions "$2" le "1.931~" && if [ -f /usr/bin/gtick.ltsp ] ; then
+	if dpkg --compare-versions "$2" le "1.931~" && [ -f /usr/bin/gtick.ltsp ] ; then
 	    rm /usr/bin/gtick
 	    dpkg-divert --package debian-edu-config --rename --remove /usr/bin/gtick
 	    rm /usr/bin/gtick.ltsp

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/debian-edu-config.git



More information about the debian-edu-commits mailing list