debian/cubicweb-twisted.prerm
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 01 Aug 2013 10:59:52 +0200
branchstable
changeset 9212 0d346a0a1451
parent 0 b97547f5f1fa
permissions -rw-r--r--
[testlib] temporary_appobjects should call __registered__ if it exists. Closes #3064075

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