webcit_before_automake is now the trunk
[citadel.git] / webcit / debian / citadel-webcit-apache.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