Files
authentik/debian/passbook.postrm.debhelper
2019-03-07 16:01:31 +01:00

7 lines
203 B
Plaintext

# Automatically added by dh_installdebconf/11.1.6ubuntu2
if [ "$1" = purge ] && [ -e /usr/share/debconf/confmodule ]; then
. /usr/share/debconf/confmodule
db_purge
fi
# End automatically added section