debian/cubicweb-twisted.prerm
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 25 Mar 2010 13:27:09 +0100
branchstable
changeset 5007 bc0a67a95b69
parent 0 b97547f5f1fa
permissions -rw-r--r--
don't put hooks deleting orphan composites into the 'integrity' category, we usually want it when integrity is deactivated

#! /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