summaryrefslogtreecommitdiff
path: root/autoscripts/postrm-debconf
blob: 2b79156f9cb5c8cde41e0eba5076a091c11be8be (plain)
1
2
3
4
if [ "$1" = purge -a -e /usr/share/debconf/confmodule.sh ]; then
	. /usr/share/debconf/confmodule.sh
	db_purge
fi