[Pkg-utopia-commits] r2194 - /packages/unstable/dhcdbd/debian/dhcdbd.preinst

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Sun Apr 6 13:12:49 UTC 2008


Author: biebl
Date: Sun Apr  6 13:12:49 2008
New Revision: 2194

URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=2194
Log:
Upgrade old conffiles on (re)install.

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

Modified: packages/unstable/dhcdbd/debian/dhcdbd.preinst
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/dhcdbd/debian/dhcdbd.preinst?rev=2194&op=diff
==============================================================================
--- packages/unstable/dhcdbd/debian/dhcdbd.preinst (original)
+++ packages/unstable/dhcdbd/debian/dhcdbd.preinst Sun Apr  6 13:12:49 2008
@@ -35,10 +35,7 @@
 
 
 case "$1" in
-    install)
-        ;;
-
-    upgrade)
+    install|upgrade)
 	# Upgrade from previous versions
         if dpkg --compare-versions "$2" lt "2.0-4"; then
 	    if [ -x "/etc/dbus-1/event.d/24dhcdbd" ]; then




More information about the Pkg-utopia-commits mailing list