debian/cubicweb-twisted.prerm
author Julien Jehannet <julien.jehannet@logilab.fr>
Thu, 23 Sep 2010 12:16:36 +0200
branchstable
changeset 6321 a8a33679f4dd
parent 0 b97547f5f1fa
permissions -rw-r--r--
[req] build_url: detect None values in arguments and raise ValueError

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