debian/cubicweb-server.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 03 Dec 2009 09:56:28 +0100
branchstable
changeset 3980 b17cf4a2e09e
parent 0 b97547f5f1fa
permissions -rw-r--r--
this constraint is actually unusable in yams schema for cw

#! /bin/sh -e

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