cerebrate/debian/postrm

11 lines
205 B
Plaintext
Raw Normal View History

2021-02-11 10:31:50 +01:00
#!/bin/sh -e
. /usr/share/debconf/confmodule
if [ -f /usr/share/dbconfig-common/dpkg/postrm.mysql ]; then
. /usr/share/dbconfig-common/dpkg/postrm.mysql
dbc_go php-cerebrate "$@"
fi
#DEBHELPER#