debian/cubicweb-server.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 22 Sep 2015 14:20:53 +0200
changeset 10831 f1b5a5ea0da0
parent 0 b97547f5f1fa
permissions -rw-r--r--
[entities] parameters should be given to fire_transition, else they are simply ignored

#! /bin/sh -e

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