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