debian/cubicweb-twisted.postinst
author Julien Cristau <julien.cristau@logilab.fr>
Thu, 26 Nov 2015 14:37:06 +0100
changeset 10945 4861d387a519
parent 0 b97547f5f1fa
permissions -rw-r--r--
[qunit] no need to enable CORS anymore We serve everything needed for the tests through cubicweb.

#! /bin/sh -e

if [ -x "/etc/init.d/cubicweb-ctl" ]; then
    invoke-rc.d cubicweb-ctl restart || true
fi
 
 
#DEBHELPER#
 
exit 0