summaryrefslogtreecommitdiff
path: root/debian/taler-exchange.postrm.debhelper
blob: 5d2556c19bdb26e8ddc9e9ee5a76ef25a189bd2c (plain)
1
2
3
4
5
6
# 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