debian/cubicweb-twisted.prerm
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Fri, 19 Aug 2011 10:53:23 +0200
branchstable
changeset 7751 50f89f05ae0a
parent 0 b97547f5f1fa
permissions -rw-r--r--
[doc/book] fix ref to trustedauth cube

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