debian/cubicweb-twisted.prerm
author Laure Bourgois <Laure.Bourgois@logilab.fr>
Mon, 02 Mar 2009 14:27:31 +0100
changeset 993 c1ce4c3a7c8f
parent 0 b97547f5f1fa
permissions -rw-r--r--
removing useless method for interfaces ISiocItem and ISiocContainer.

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