debian/cubicweb-twisted.prerm
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 17 Jun 2010 09:10:52 +0200
changeset 5765 14daeb31ee67
parent 0 b97547f5f1fa
permissions -rw-r--r--
[entity] can't do anymore dict(entity) since entity doesn't inherit from dict

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