File: postfixadmin.prerm

package info (click to toggle)
postfixadmin 3.2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 5,376 kB
  • sloc: php: 26,373; perl: 1,034; sh: 619; python: 169; makefile: 85; xml: 28
file content (11 lines) | stat: -rw-r--r-- 200 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
#!/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#