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