debian/cubicweb-server.prerm
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 19 Apr 2010 12:42:54 +0200
changeset 5322 c0b7687bce3d
parent 0 b97547f5f1fa
permissions -rw-r--r--
[config] graph ordering function moved to lgc 0.50

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