1
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2025-07-31 10:04:20 +03:00

Migrated my .deb changes into SVN. Feedback welcome...

git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@653 a1433add-5e2c-0410-b055-b7f2511e0802
This commit is contained in:
Norman Messtorff
2009-05-09 22:11:32 +00:00
parent a9d9e3d96a
commit caccba0385
21 changed files with 213 additions and 164 deletions

20
debian/postfixadmin.prerm vendored Normal file
View File

@ -0,0 +1,20 @@
#!/bin/sh
set -e
. /usr/share/debconf/confmodule
if [ -f /usr/share/dbconfig-common/dpkg/prerm ]; then
. /usr/share/dbconfig-common/dpkg/prerm
dbc_go postfixadmin $@
fi
if [ -f /usr/share/debconf/confmodule ]; then
. /usr/share/debconf/confmodule
db_version 2.0
db_get postfixadmin/reconfigure-webserver
servers="$RET"
linkname="postfixadmin"
. /usr/share/wwwconfig-common/confd-link.sh
fi
#DEBHELPER#