debian/cubicweb-server.prerm
author Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
Fri, 20 Feb 2009 16:03:01 +0100
branchtls-sprint
changeset 902 e4de959c76af
parent 0 b97547f5f1fa
permissions -rw-r--r--
vocabulary methods are now defined on forms, not on entities

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