Prva inacica paketa za Debian squeeze distribuciju.
[squirrelmail-cn.git] / debian / postrm
index 9a66c71..b30cc52 100644 (file)
@@ -2,13 +2,9 @@
 
 set -e
 
-# Debconf
-. /usr/share/debconf/confmodule
+# dh_installdeb will replace this with shell code automatically
+# generated by other debhelper scripts.
 
-if [ "$1" = purge ]; then
-        db_purge
-fi
-
-db_stop
+#DEBHELPER#
 
 exit 0