debian/cubicweb-twisted.postinst
author Julien Cristau <julien.cristau@logilab.fr>
Wed, 09 Mar 2016 14:11:47 +0100
changeset 11194 b6b00bb1e528
parent 0 b97547f5f1fa
permissions -rw-r--r--
[web/test] fix typo in doc string

#! /bin/sh -e

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