PostfixAdmin - web based virtual user administration interface for Postfix mail servers https://postfixadmin.github.io/postfixadmin/
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.

11 lines
202 B

  1. #!/bin/bash
  2. set -e
  3. . /usr/share/debconf/confmodule
  4. if [ -f /usr/share/dbconfig-common/dpkg/prerm ]; then
  5. . /usr/share/dbconfig-common/dpkg/prerm
  6. dbc_go postfixadmin $@
  7. fi
  8. #DEBHELPER#