Merge branch 'mw/config'
[aiccu.git] / debian / postrm.debhelper
blobbc035b98cdb5d458ae83547feb4c99b9fb7ac772
1 # Automatically added by dh_installdebconf
2 if [ "$1" = purge ] && [ -e /usr/share/debconf/confmodule ]; then
3         . /usr/share/debconf/confmodule
4         db_purge
5 fi
6 # End automatically added section