debian/cubicweb-server.prerm
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 17 Oct 2011 19:27:54 +0200
changeset 7964 4ea2abc83dce
parent 0 b97547f5f1fa
permissions -rw-r--r--
[entity related rql] 'is' relation target constant should have 'etype' type, not String

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