debian/cubicweb-twisted.postinst
author Julien Cristau <julien.cristau@logilab.fr>
Mon, 08 Feb 2016 15:28:14 +0100
changeset 11155 3bc47295c262
parent 0 b97547f5f1fa
permissions -rw-r--r--
[web/test] json.loads expects text, not bytes

#! /bin/sh -e

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