debian/cubicweb-twisted.prerm
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 28 Oct 2011 11:33:25 +0200
changeset 8036 140a093015f8
parent 0 b97547f5f1fa
permissions -rw-r--r--
[facetable views] allow extra hiddens to be specified when selecting the facets form

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