debian/cubicweb-twisted.prerm
author Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
Wed, 13 Apr 2011 14:02:04 +0200
branchstable
changeset 7220 eb0f5f46138f
parent 0 b97547f5f1fa
permissions -rw-r--r--
[testlib] fix typos / NameErrors in devtools/__init__.py

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