[debian-edu-commits] r81716 - branches/wheezy/debian-edu-config/debian

holger at alioth.debian.org holger at alioth.debian.org
Mon Jul 15 17:26:05 UTC 2013


Author: holger
Date: 2013-07-15 17:26:03 +0000 (Mon, 15 Jul 2013)
New Revision: 81716

Modified:
   branches/wheezy/debian-edu-config/debian/changelog
   branches/wheezy/debian-edu-config/debian/debian-edu-config.postrm
   branches/wheezy/debian-edu-config/debian/debian-edu-config.prerm
Log:
debian-edu-config.postrm+prerm: call debian-edu-ltsp-audiodivert without
path, it's located in /usr/sbin. 

Modified: branches/wheezy/debian-edu-config/debian/changelog
===================================================================
--- branches/wheezy/debian-edu-config/debian/changelog	2013-07-15 17:20:04 UTC (rev 81715)
+++ branches/wheezy/debian-edu-config/debian/changelog	2013-07-15 17:26:03 UTC (rev 81716)
@@ -11,6 +11,8 @@
   [ Holger Levsen ]
   * debian/rules: stop calling (obsolete) dh_pysupport, we don't have any
     python modules anyway.
+  * debian-edu-config.postrm+prerm: call debian-edu-ltsp-audiodivert without
+    path, it's located in /usr/sbin. 
 
  -- Petter Reinholdtsen <pere at debian.org>  Mon, 15 Jul 2013 16:23:46 +0200
 

Modified: branches/wheezy/debian-edu-config/debian/debian-edu-config.postrm
===================================================================
--- branches/wheezy/debian-edu-config/debian/debian-edu-config.postrm	2013-07-15 17:20:04 UTC (rev 81715)
+++ branches/wheezy/debian-edu-config/debian/debian-edu-config.postrm	2013-07-15 17:26:03 UTC (rev 81716)
@@ -16,7 +16,7 @@
         # Remove diverts before removing the package
 	if [ remove = "$1" ] \
 	    && [ -x /usr/sbin/debian-edu-ltsp-audiodivert ] ; then
-	    /usr/sbin/debian-edu-ltsp-audiodivert remove
+	    debian-edu-ltsp-audiodivert remove
 	fi
 	if [ remove = "$1" ] && [ -e /usr/share/pam-configs/edu-krb5 ]; then
             dpkg-divert --package debian-edu-config --remove /usr/share/pam-configs/krb5

Modified: branches/wheezy/debian-edu-config/debian/debian-edu-config.prerm
===================================================================
--- branches/wheezy/debian-edu-config/debian/debian-edu-config.prerm	2013-07-15 17:20:04 UTC (rev 81715)
+++ branches/wheezy/debian-edu-config/debian/debian-edu-config.prerm	2013-07-15 17:26:03 UTC (rev 81716)
@@ -16,7 +16,7 @@
         # Remove diverts before removing the package
 	if [ remove = "$1" ] \
 	    && [ -x /usr/sbin/debian-edu-ltsp-audiodivert ] ; then
-	    /usr/sbin/debian-edu-ltsp-audiodivert remove
+	    debian-edu-ltsp-audiodivert remove
 	fi
 	if [ remove = "$1" ] && [ -e /usr/share/pam-configs/edu-krb5 ]; then
             dpkg-divert --package debian-edu-config --remove /usr/share/pam-configs/krb5




More information about the debian-edu-commits mailing list