debian/cubicweb-server.prerm
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Tue, 03 Mar 2009 12:57:25 +0100
branchtreeview-tabs
changeset 997 ee71c2ba73e6
parent 0 b97547f5f1fa
permissions -rw-r--r--
[tabs] tabbed views don't support concatenation; when vid=primary is forced, delegate to the default tab/view #32176

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