debian/cubicweb-twisted.postinst
author Julien Cristau <julien.cristau@logilab.fr>
Mon, 21 Mar 2016 17:59:40 +0100
changeset 11222 f66a4895759e
parent 0 b97547f5f1fa
permissions -rw-r--r--
[pkg] 3.20.14

#! /bin/sh -e

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