[Pkg-utopia-commits] r2098 - /packages/unstable/dbus/debian/dbus.postinst

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Thu Feb 28 08:20:26 UTC 2008


Author: biebl
Date: Thu Feb 28 08:20:18 2008
New Revision: 2098

URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=2098
Log:
- Update init scripts for versions < 1.1.20-1
- Ignore the output of update-rc -f remove

Modified:
    packages/unstable/dbus/debian/dbus.postinst

Modified: packages/unstable/dbus/debian/dbus.postinst
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/dbus/debian/dbus.postinst?rev=2098&op=diff
==============================================================================
--- packages/unstable/dbus/debian/dbus.postinst (original)
+++ packages/unstable/dbus/debian/dbus.postinst Thu Feb 28 08:20:18 2008
@@ -25,11 +25,11 @@
 
 # update init script symlinks for new runlevels and priorities for upgrades
 # from older versions
-if [ "$1" = configure ] && dpkg --compare-versions "$2" lt-nl 1.1.4-2; then
-    echo "Reinstalling init script for new runlevels and priorities..." >&2
+if [ "$1" = configure ] && dpkg --compare-versions "$2" lt-nl 1.1.20-1; then
+    echo "Reinstalling init script for new runlevels and priorities ..." >&2
     # remove old init script symlinks; dh_installinit adds the proper
     # update-rc.d snippet later on
-    update-rc.d -f dbus remove
+    update-rc.d -f dbus remove >/dev/null
 fi
 
 #DEBHELPER#




More information about the Pkg-utopia-commits mailing list