You've already forked postfixadmin
mirror of
https://github.com/postfixadmin/postfixadmin.git
synced 2025-07-29 22:41:11 +03:00
12 lines
200 B
Bash
12 lines
200 B
Bash
#!/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
|
|
|
|
#DEBHELPER#
|