debian/cubicweb-twisted.prerm
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 12 Nov 2009 13:53:26 +0100
branchstable
changeset 3829 9674d62a54f9
parent 0 b97547f5f1fa
permissions -rw-r--r--
close #474415 by using 'is' instead of comparison which explicitly fails on entity classes

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