debian/cubicweb-twisted.prerm
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Thu, 12 Aug 2010 16:50:52 +0200
branchstable
changeset 6106 1e6d93f70d14
parent 0 b97547f5f1fa
permissions -rw-r--r--
[selectors] fix match_transition & introduce new edited_attribute selector

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