* modified debian scripts to use sysV
[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
7 # Automatically added by dh_installinit
8 if [ "$1" = "purge" ] ; then
9         update-rc.d webcit remove >/dev/null || exit $?
10 fi
11 # End automatically added section