exchange/debian/taler-exchange.postrm.debhelper

7 lines
194 B
Plaintext

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