[Pkg-utopia-commits] r2352 - /packages/unstable/hal/debian/hal.preinst

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Wed Jul 9 02:15:42 UTC 2008


Author: biebl
Date: Wed Jul  9 02:15:42 2008
New Revision: 2352

URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=2352
Log:
No longer remove /etc/udev/rules.d/90-hal.rules on upgrades.

Modified:
    packages/unstable/hal/debian/hal.preinst

Modified: packages/unstable/hal/debian/hal.preinst
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/hal/debian/hal.preinst?rev=2352&op=diff
==============================================================================
--- packages/unstable/hal/debian/hal.preinst (original)
+++ packages/unstable/hal/debian/hal.preinst Wed Jul  9 02:15:42 2008
@@ -32,9 +32,6 @@
     if dpkg --compare-versions "$2" le "0.5.6-4"; then
       rm_conffile "/etc/hal/fdi/preferences.fdi"
     fi
-    if dpkg --compare-versions "$2" le "0.5.7-2"; then
-      rm_conffile "/etc/udev/rules.d/90-hal.rules"
-    fi
     if dpkg --compare-versions "$2" le "0.5.7.1-1"; then
       deluser --quiet --system hal > /dev/null || true
     fi




More information about the Pkg-utopia-commits mailing list