]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/postrm-debconf
r284: * Enhanced debconf support -- the database is now cleaned up on package
[debhelper.git] / autoscripts / postrm-debconf
1 if [ "$1" = purge -a -e /usr/share/debconf/confmodule.sh ]; then
2         . /usr/share/debconf/confmodule.sh
3         db_purge
4 fi