debian/cubicweb-twisted.prerm
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 20 Oct 2011 14:17:52 +0200
branchstable
changeset 7969 d43569aaf5d6
parent 0 b97547f5f1fa
permissions -rw-r--r--
[rset] don't only consider a sample select node / solution to compute rset description. Closes #2036499 those particular ones may miss information that we may found in another select or solution

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