debian/cubicweb-server.prerm
author Graziella Toutoungis <graziella.toutoungis@logilab.fr>
Tue, 05 May 2009 16:06:00 +0200
branchtls-sprint
changeset 1683 c74566e61f1a
parent 0 b97547f5f1fa
permissions -rw-r--r--
don't display relation in the metadata category here

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