debian/cubicweb-twisted.prerm
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 17 Aug 2009 12:12:40 +0200
branchstable
changeset 2876 b6993462ddb9
parent 0 b97547f5f1fa
permissions -rw-r--r--
[wf] shouldn't check for neweids while trying to get previous state (detected by forge tests)

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