debian/cubicweb-twisted.prerm
author Julien Cristau <julien.cristau@logilab.fr>
Wed, 29 Feb 2012 17:10:27 +0100
branchstable
changeset 8281 7d6837afbf21
parent 0 b97547f5f1fa
permissions -rw-r--r--
[debian] add missing build-deps to generate the documentation (closes #2223062)

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