debian/cubicweb-server.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 26 Mar 2010 16:15:16 +0100
changeset 5047 ed048e317eae
parent 0 b97547f5f1fa
permissions -rw-r--r--
[ms] fix name error introduced by rql 0.26 api update

#! /bin/sh -e

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