[pkg-kolab] r438 - kolab-webadmin/trunk/debian

Peter Eisentraut petere at costa.debian.org
Mon Aug 21 18:27:07 UTC 2006


Author: petere
Date: 2006-08-21 18:27:06 +0000 (Mon, 21 Aug 2006)
New Revision: 438

Modified:
   kolab-webadmin/trunk/debian/postinst
Log:
Remove cruft from postinst


Modified: kolab-webadmin/trunk/debian/postinst
===================================================================
--- kolab-webadmin/trunk/debian/postinst	2006-08-21 17:56:28 UTC (rev 437)
+++ kolab-webadmin/trunk/debian/postinst	2006-08-21 18:27:06 UTC (rev 438)
@@ -15,27 +15,9 @@
 	fi
 }
 
-case "$1" in
-    configure)
+if [ "$1" = configure ]; then
 	link
 	template_dir
-    ;;
+fi
 
-    abort-upgrade|abort-remove|abort-deconfigure)
-
-    ;;
-
-    *)
-        echo "postinst called with unknown argument \`$1'" >&2
-        exit 1
-    ;;
-esac
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts.
-
 #DEBHELPER#
-
-exit 0
-
-




More information about the pkg-kolab-devel mailing list