rev 19559 - kde-extras/icecream/trunk/debian

Pino Toscano pino at alioth.debian.org
Fri May 24 11:21:04 UTC 2013


Author: pino
Date: 2013-05-24 11:21:03 +0000 (Fri, 24 May 2013)
New Revision: 19559

Modified:
   kde-extras/icecream/trunk/debian/changelog
   kde-extras/icecream/trunk/debian/icecc.postrm
Log:
icecc.postrm: do not manually remove the conffiles in /etc

dpkg does that already


Modified: kde-extras/icecream/trunk/debian/changelog
===================================================================
--- kde-extras/icecream/trunk/debian/changelog	2013-05-24 11:19:26 UTC (rev 19558)
+++ kde-extras/icecream/trunk/debian/changelog	2013-05-24 11:21:03 UTC (rev 19559)
@@ -40,6 +40,8 @@
       being uncommon to use debconf this way, it also overwrites a conffile,
       /etc/defaults/icecc (which has been removed now, although still used if
       present). (Closes: #656089)
+  * icecc.postrm: do not manually remove the conffiles in /etc, since dpkg does
+    that already.
 
  -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Thu, 23 May 2013 20:48:57 +0200
 

Modified: kde-extras/icecream/trunk/debian/icecc.postrm
===================================================================
--- kde-extras/icecream/trunk/debian/icecc.postrm	2013-05-24 11:19:26 UTC (rev 19558)
+++ kde-extras/icecream/trunk/debian/icecc.postrm	2013-05-24 11:21:03 UTC (rev 19559)
@@ -23,9 +23,7 @@
 			echo "$ICECC_GROUP group not deleted." >&2
 		fi
 
-		rm -rf /etc/icecc
 		rm -rf /var/cache/icecc
-		rm -f /etc/default/icecc
 		;;
 	remove)
 		;;




More information about the pkg-kde-commits mailing list