summaryrefslogtreecommitdiff
path: root/debian/taler-merchant.postrm.debhelper
blob: d20b4ec4de39d136cfaa679ab16946d3f0a561ba (plain)
1
2
3
4
5
6
# Automatically added by dh_installdebconf/13.3.1
if [ "$1" = purge ] && [ -e /usr/share/debconf/confmodule ]; then
	. /usr/share/debconf/confmodule
	db_purge
fi
# End automatically added section