debian/cubicweb-server.prerm
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 10 Jun 2009 08:21:38 +0200
branchstable
changeset 2080 3ea388b5b9d8
parent 0 b97547f5f1fa
permissions -rw-r--r--
oops, mainform default to True

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