authentik/debian/prerm

11 lines
132 B
Plaintext
Raw Normal View History

2019-03-07 15:01:31 +00:00
#!/bin/sh
set -e
. /usr/share/debconf/confmodule
. /usr/share/dbconfig-common/dpkg/prerm.pgsql
dbc_go passbook "$@"
#DEBHELPER#