debian/cubicweb-server.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 22 Sep 2011 19:02:39 +0200
branchstable
changeset 7837 6f32f142e2da
parent 0 b97547f5f1fa
permissions -rw-r--r--
[primary sub views] use entity_call instead of cell_call

#! /bin/sh -e

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