debian/cubicweb-server.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 09 Feb 2010 12:37:47 +0100
branchstable
changeset 4514 5bb1d39ea0da
parent 0 b97547f5f1fa
permissions -rw-r--r--
fix constraint hook: a session may be involved in multiple transaction at time

#! /bin/sh -e

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