debian/cubicweb-server.postinst
author Julien Cristau <julien.cristau@logilab.fr>
Thu, 02 Apr 2015 10:41:53 +0200
changeset 10325 d2e1e67af4e1
parent 0 b97547f5f1fa
permissions -rw-r--r--
[doc] mention datadir-url configuration option in release notes Related to #5204550

#! /bin/sh -e

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