debian/cubicweb-twisted.prerm
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 08 Mar 2013 09:15:09 +0100
branchstable
changeset 8716 dd53d8d63b4b
parent 0 b97547f5f1fa
permissions -rw-r--r--
[c-c shell] fix command description (-P option is gone long ago)

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