debian/cubicweb-server.postinst
author Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
Fri, 14 Aug 2009 14:56:29 +0200
branchstable
changeset 2852 858b33162e9d
parent 0 b97547f5f1fa
permissions -rw-r--r--
[ajax] allow inlineCreationForms to add their own JS / CSS

#! /bin/sh -e

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