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

Pino Toscano pino at alioth.debian.org
Wed Jun 5 21:53:57 UTC 2013


Author: pino
Date: 2013-06-05 21:53:57 +0000 (Wed, 05 Jun 2013)
New Revision: 19612

Modified:
   kde-extras/icecream/trunk/debian/icecc.postinst
Log:
fix path of /etc/default/icecc


Modified: kde-extras/icecream/trunk/debian/icecc.postinst
===================================================================
--- kde-extras/icecream/trunk/debian/icecc.postinst	2013-06-05 21:06:02 UTC (rev 19611)
+++ kde-extras/icecream/trunk/debian/icecc.postinst	2013-06-05 21:53:57 UTC (rev 19612)
@@ -37,12 +37,12 @@
         if test -n "$2" && dpkg --compare-versions "$2" lt "1.0.0-1~"; then
                 # unregister the old init script
                 update-rc.d icecc remove >/dev/null
-                if [ -e /etc/defaults/icecc ]; then
+                if [ -e /etc/default/icecc ]; then
                         # move away the old /etc/defaults/icecc; since the
                         # old version was modified in postinst, it cannot
                         # be removed by looking at its md5sum
-                        echo "Moving obsolete conffile /etc/defaults/icecc out of the way..."
-                        mv -f "/etc/defaults/icecc" "/etc/defaults/icecc.dpkg-bak"
+                        echo "Moving obsolete conffile /etc/default/icecc out of the way..."
+                        mv -f "/etc/default/icecc" "/etc/default/icecc.dpkg-bak"
                 fi
                 # cleanup the old debconf keys
                 if [ -e /usr/share/debconf/confmodule ]; then




More information about the pkg-kde-commits mailing list