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.prerm 200B

1234567891011
  1. #!/bin/sh
  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#