debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 15 Feb 2010 15:17:24 +0100
branchstable
changeset 4580 9fce32b5d219
parent 0 b97547f5f1fa
permissions -rw-r--r--
[shell] rql() should use unsafe_execute when possible

#! /bin/sh -e

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