debian/cubicweb-server.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 08 Jul 2010 20:19:20 +0200
changeset 5952 adb87a075281
parent 0 b97547f5f1fa
permissions -rw-r--r--
[ajax box] shouldn't give js object directly to xml_escape

#! /bin/sh -e

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