debian/cubicweb-twisted.prerm
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 27 Jul 2011 14:03:09 +0200
branchstable
changeset 7705 2a1f078ebdcd
parent 0 b97547f5f1fa
permissions -rw-r--r--
[sql test] lgdb > 1.6 use int for bool with sqlite backend

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