debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 26 Aug 2009 13:27:03 +0200
branchstable
changeset 3016 5787d1cc8106
parent 0 b97547f5f1fa
permissions -rw-r--r--
[rset] fix #231354 w/ rql 0.22.3 api

#! /bin/sh -e

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