debian/cubicweb-twisted.prerm
author Alexandre Fayolle <alexandre.fayolle@logilab.fr>
Wed, 16 Mar 2011 09:40:56 +0100
branchstable
changeset 7085 36e91d19188b
parent 0 b97547f5f1fa
permissions -rw-r--r--
merged back pylint help changes to stable

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