]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/postrm-debconf
r365: * dh_installxfonts: corrected a problem during package removal that was
[debhelper.git] / autoscripts / postrm-debconf
1 if [ "$1" = purge -a -e /usr/share/debconf/confmodule ]; then
2         . /usr/share/debconf/confmodule
3         db_purge
4 fi