debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Sat, 11 Jun 2011 09:22:25 +0200
changeset 7497 7beb71d76d82
parent 0 b97547f5f1fa
permissions -rw-r--r--
[rql2sql] add test case for 7493:3c46b9390871

#! /bin/sh -e

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