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

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Wed Jul 9 02:13:12 UTC 2008


Author: biebl
Date: Wed Jul  9 02:13:11 2008
New Revision: 2351

URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=2351
Log:
Fix a typo in the path and use "lt" instead of "le".

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=2351&op=diff
==============================================================================
--- packages/unstable/hal/debian/hal.preinst (original)
+++ packages/unstable/hal/debian/hal.preinst Wed Jul  9 02:13:11 2008
@@ -44,9 +44,9 @@
       fi
       rm_conffile "/etc/dbus-1/event.d/20hal"
     fi
-    if dpkg --compare-versions "$2" le "0.5.11-3"; then
+    if dpkg --compare-versions "$2" lt "0.5.11-3"; then
       rm_conffile "/etc/udev/hal.rules"
-      rm /etc/hal/udev/rules.d/z99_hal.rules
+      rm -f /etc/udev/rules.d/z99_hal.rules
     fi
 esac
 




More information about the Pkg-utopia-commits mailing list