mail_server/postfixadmin/debian/postfixadmin.config

13 lines
234 B
Text
Raw Permalink Normal View History

2021-05-05 14:39:14 +00:00
#!/bin/sh
set -e
. /usr/share/debconf/confmodule
if [ -f /usr/share/dbconfig-common/dpkg/config ]; then
# we support mysql and pgsql
dbc_dbtypes="mysql, pgsql"
. /usr/share/dbconfig-common/dpkg/config
dbc_go postfixadmin $@
fi