prerm is in phpgacl 3.3.7-7.3.
This file is a maintainer script. It is executed when installing (*inst) or removing (*rm) the package.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 | #!/bin/sh -e
# source debconf stuff
. /usr/share/debconf/confmodule
# source dbconfig-common stuff
dbc_dbtypes="mysql, pgsql"
. /usr/share/dbconfig-common/dpkg/prerm
dbc_go phpgacl $@
# dh_installdeb will replace this with shell code automatically
# generated by other debhelper scripts.
|