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

schweer-guest at alioth.debian.org schweer-guest at alioth.debian.org
Thu Aug 29 10:08:35 UTC 2013


Author: schweer-guest
Date: 2013-08-29 10:08:34 +0000 (Thu, 29 Aug 2013)
New Revision: 82255

Modified:
   branches/wheezy/debian-edu-config/debian/changelog
   branches/wheezy/debian-edu-config/debian/debian-edu-config.postinst
Log:
Update postinst to reflect the change.

Modified: branches/wheezy/debian-edu-config/debian/changelog
===================================================================
--- branches/wheezy/debian-edu-config/debian/changelog	2013-08-29 09:38:26 UTC (rev 82254)
+++ branches/wheezy/debian-edu-config/debian/changelog	2013-08-29 10:08:34 UTC (rev 82255)
@@ -3,6 +3,7 @@
   * Fix cf/cf.ntp to make line matching work.
   * Remove cf/cf.lwat, cause lwat is no longer installed.
   * Remove cf.lwat from Makefile and cf/cfengine.conf.
+  * Update postinst to reflect the change.
 
  -- Wolfgang Schweer <wschweer at arcor.de>  Thu, 29 Aug 2013 10:38:11 +0200
 

Modified: branches/wheezy/debian-edu-config/debian/debian-edu-config.postinst
===================================================================
--- branches/wheezy/debian-edu-config/debian/debian-edu-config.postinst	2013-08-29 09:38:26 UTC (rev 82254)
+++ branches/wheezy/debian-edu-config/debian/debian-edu-config.postinst	2013-08-29 10:08:34 UTC (rev 82255)
@@ -269,6 +269,10 @@
         rm_conffile debian-edu-config /etc/cfengine/debian-edu/cf.mplayer
     fi
 
+    if dpkg --compare-versions "$2" le "1.714~svn82243"; then
+        rm_conffile debian-edu-config /etc/cfengine/debian-edu/cf.lwat
+    fi
+
     if dpkg --compare-versions "$2" le "1.710~svn81721"; then
         disable_iceweasel_homepage_divert
     fi




More information about the debian-edu-commits mailing list