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

Pino Toscano pino at alioth.debian.org
Wed Jun 5 21:06:02 UTC 2013


Author: pino
Date: 2013-06-05 21:06:02 +0000 (Wed, 05 Jun 2013)
New Revision: 19611

Modified:
   kde-extras/icecream/trunk/debian/icecc.postinst
Log:
make sure to cleanup the (now unused) debconf keys


Modified: kde-extras/icecream/trunk/debian/icecc.postinst
===================================================================
--- kde-extras/icecream/trunk/debian/icecc.postinst	2013-06-05 12:19:25 UTC (rev 19610)
+++ kde-extras/icecream/trunk/debian/icecc.postinst	2013-06-05 21:06:02 UTC (rev 19611)
@@ -44,6 +44,13 @@
                         echo "Moving obsolete conffile /etc/defaults/icecc out of the way..."
                         mv -f "/etc/defaults/icecc" "/etc/defaults/icecc.dpkg-bak"
                 fi
+                # cleanup the old debconf keys
+                if [ -e /usr/share/debconf/confmodule ]; then
+                        . /usr/share/debconf/confmodule
+                        db_purge
+                        # done with debconf
+                        db_stop
+                fi
         fi
 fi
 




More information about the pkg-kde-commits mailing list