]> code.citadel.org Git - citadel.git/blob - citadel/debian/citadel-server.postrm.debhelper
* migrated debian install to system V init
[citadel.git] / citadel / debian / citadel-server.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 citadel remove >/dev/null || exit $?
10 fi
11 # End automatically added section