[debian-edu-commits] debian-edu/ 01/04: Fix path to kdm overrides in postinst, thanks Holger.

Wolfgang Schweer schweer-guest at moszumanska.debian.org
Wed Aug 17 13:05:44 UTC 2016


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 031d07993a2358619b9b2296453ee08090da4c7f
Author: Wolfgang Schweer <wschweer at arcor.de>
Date:   Wed Aug 17 14:45:18 2016 +0200

    Fix path to kdm overrides in postinst, thanks Holger.
---
 debian/debian-edu-config.postinst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/debian-edu-config.postinst b/debian/debian-edu-config.postinst
index 877e672..a4ab444 100644
--- a/debian/debian-edu-config.postinst
+++ b/debian/debian-edu-config.postinst
@@ -203,8 +203,8 @@ configure)
 
     if dpkg --compare-versions "$2" le "1.906"; then
 	rm_conffile debian-edu-config /etc/cfengine/debian-edu/cf.kdm
-	if [ -e /etc/insserv/kdm ] ; then
-            rm /etc/insserv/kdm
+	if [ -e /etc/insserv/overrides/kdm ] ; then
+            rm /etc/insserv/overrides/kdm
 	fi
     fi
 

-- 
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