debian/cubicweb-twisted.prerm
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 03 Dec 2009 09:56:28 +0100
branchstable
changeset 3980 b17cf4a2e09e
parent 0 b97547f5f1fa
permissions -rw-r--r--
this constraint is actually unusable in yams schema for cw

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