debian/cubicweb-twisted.postinst
author Julien Cristau <julien.cristau@logilab.fr>
Thu, 09 Jan 2014 16:16:34 +0100
changeset 9390 41795de3d48a
parent 0 b97547f5f1fa
permissions -rw-r--r--
[doc] update 3.18 release notes

#! /bin/sh -e

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