* Added debian build directory (submitted by W. Goesgens)
[citadel.git] / webcit / debian / citadel-webcit.postrm.debhelper
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