debian/cubicweb-twisted.prerm
author Rémi Cardona <remi.cardona@logilab.fr>
Wed, 13 May 2015 16:27:12 +0200 (2015-05-13)
changeset 10414 eaf42d452410
parent 0 b97547f5f1fa
permissions -rw-r--r--
[web/test] Update mock ajax reply from "render" ajaxfunc CubicWeb transforms add_js() calls in AJAX context to <cubicweb:script> tags since ede740bd7077 and cd5738fc440f. Related to #5533303.
#! /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