debian/cubicweb-server.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 21 Aug 2009 14:57:36 +0200
branch3.5
changeset 2957 2daabf4c646e
parent 0 b97547f5f1fa
permissions -rw-r--r--
[schema] make_workflowable now take an option description for the in_state relation

#! /bin/sh -e

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