debian/cubicweb-twisted.postinst
author Alexandre Fayolle <alexandre.fayolle@logilab.fr>
Tue, 21 Dec 2010 21:20:19 +0100
branchstable
changeset 6757 bc878ec35794
parent 0 b97547f5f1fa
permissions -rw-r--r--
#1382705 forbid with sql level locking the simultaneous fireing of a transition on a given entity

#! /bin/sh -e

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