debian/cubicweb-twisted.prerm
author sylvain.thenault@logilab.fr
Thu, 15 Jan 2009 11:25:29 +0100
branch3.0
changeset 426 e96662444ec6
parent 0 b97547f5f1fa
permissions -rw-r--r--
oops, var shouldn't be poped there

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