debian/cubicweb-twisted.prerm
author Arthur Lutz <arthur.lutz@logilab.fr>
Mon, 16 Feb 2009 19:53:35 +0100
changeset 636 3e9245cf0d9c
parent 0 b97547f5f1fa
permissions -rw-r--r--
handle register with email adress

#! /bin/sh -e
 
case "$1" in
    remove)
	if [ -x "/etc/init.d/cubicweb-ctl" ]; then
	    invoke-rc.d cubicweb-ctl stop || true
	fi
    ;;
esac
 
#DEBHELPER#
 
exit 0