debian/cubicweb-twisted.prerm
author Sylvain Thenault <sylvain.thenault@logilab.fr>
Thu, 20 Nov 2008 16:42:22 +0100
changeset 110 d3005cdc968f
parent 0 b97547f5f1fa
permissions -rw-r--r--
add detailled notes about objects selection (to be translated / proprified...)

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