debian/cubicweb-twisted.prerm
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 18 Feb 2011 09:33:32 +0100
branchstable
changeset 7014 7e3e80f4179a
parent 0 b97547f5f1fa
permissions -rw-r--r--
[testlib pageinfo] extract matching_node method from has_tag to ease looking for a node with a given set of attributes

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