debian/cubicweb-server.postinst
author Julien Cristau <julien.cristau@logilab.fr>
Mon, 19 Oct 2015 18:08:34 +0200
changeset 10821 107b87bbbaa7
parent 0 b97547f5f1fa
permissions -rw-r--r--
[devtools] more sorted() vs dict vs python3

#! /bin/sh -e

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