debian/cubicweb-server.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 12 May 2010 12:36:39 +0200
branchstable
changeset 5521 4c53a0cb186c
parent 0 b97547f5f1fa
permissions -rw-r--r--
[actions box] enhance add related menu generation: don't propose to add relation of single cardinality where entity already have the relation set

#! /bin/sh -e

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