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

holger at alioth.debian.org holger at alioth.debian.org
Fri Aug 30 17:43:04 UTC 2013


Author: holger
Date: 2013-08-30 17:43:04 +0000 (Fri, 30 Aug 2013)
New Revision: 82270

Modified:
   branches/wheezy/debian-edu-config/debian/changelog
   branches/wheezy/debian-edu-config/debian/debian-edu-config.postrm
Log:
debian-edu-config.postrm: rm -f /etc/default/enable-nat, /etc/kderc, 
/etc/kde-user-profile and /var/lib/dovecot/auth_success.

Modified: branches/wheezy/debian-edu-config/debian/changelog
===================================================================
--- branches/wheezy/debian-edu-config/debian/changelog	2013-08-30 15:31:43 UTC (rev 82269)
+++ branches/wheezy/debian-edu-config/debian/changelog	2013-08-30 17:43:04 UTC (rev 82270)
@@ -1,7 +1,12 @@
 debian-edu-config (1.714~svn82257) UNRELEASED; urgency=low
 
+  [ Petter Reinholdtsen ]
   * Fix typo in show-welcome-webpage, and quiet down script.
 
+  [ Holger Levsen ]
+  * debian-edu-config.postrm: rm -f /etc/default/enable-nat, /etc/kderc, 
+    /etc/kde-user-profile and /var/lib/dovecot/auth_success.
+
  -- Petter Reinholdtsen <pere at debian.org>  Fri, 30 Aug 2013 08:00:42 +0200
 
 debian-edu-config (1.714~svn82256) wheezy-test; urgency=low

Modified: branches/wheezy/debian-edu-config/debian/debian-edu-config.postrm
===================================================================
--- branches/wheezy/debian-edu-config/debian/debian-edu-config.postrm	2013-08-30 15:31:43 UTC (rev 82269)
+++ branches/wheezy/debian-edu-config/debian/debian-edu-config.postrm	2013-08-30 17:43:04 UTC (rev 82270)
@@ -25,11 +25,11 @@
 	;;
     purge)
 	# Generated in the postinst
-	rm /etc/default/enable-nat
-	rm /etc/kde-user-profile
-	rm /etc/kderc
+	rm -f /etc/default/enable-nat
+	rm -f /etc/kde-user-profile
+	rm -f /etc/kderc
 	if [ ! -s /var/lib/dovecot/auth_success ] ; then
-	    rm /var/lib/dovecot/auth_success
+	    rm -f /var/lib/dovecot/auth_success
 	fi
 esac
 




More information about the debian-edu-commits mailing list