debian/cubicweb-server.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 18 Feb 2010 10:55:41 +0100
branchstable
changeset 4625 d8c3a50a8ee7
parent 0 b97547f5f1fa
permissions -rw-r--r--
this is not the form renderer responsability to check for update permissions. Move this to autoform editable_attributes relation

#! /bin/sh -e

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