debian/cubicweb-twisted.prerm
author Julien Cristau <julien.cristau@logilab.fr>
Mon, 25 Feb 2013 18:02:11 +0100
changeset 8704 933f9693c53d
parent 0 b97547f5f1fa
permissions -rw-r--r--
[testlib] make test_view load the json data Closes #2721472

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