debian/cubicweb-server.prerm
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 03 Mar 2011 16:05:57 +0100
branchstable
changeset 7036 63386b35ec69
parent 0 b97547f5f1fa
permissions -rw-r--r--
[c-c db-check] new checks for entities missing a mandatory relation/attribute

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