You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

postfixadmin.config 234B

123456789101112
  1. #!/bin/sh
  2. set -e
  3. . /usr/share/debconf/confmodule
  4. if [ -f /usr/share/dbconfig-common/dpkg/config ]; then
  5. # we support mysql and pgsql
  6. dbc_dbtypes="mysql, pgsql"
  7. . /usr/share/dbconfig-common/dpkg/config
  8. dbc_go postfixadmin $@
  9. fi