debian/cubicweb-twisted.prerm
author Rémi Cardona <remi.cardona@logilab.fr>
Wed, 13 Mar 2013 19:23:22 +0100
branchstable
changeset 8729 ea3fc8e1edee
parent 0 b97547f5f1fa
permissions -rw-r--r--
[web/component] Use global variable to point to ajax controller (part of #2758254)

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