debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 17 Jan 2013 14:39:51 +0100
branchstable
changeset 8651 353bbd17a8b6
parent 0 b97547f5f1fa
permissions -rw-r--r--
Improve entity json export (closes #2559931) Make output from __json_encode__ predictable; use it in the ejsonexport view.

#! /bin/sh -e

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