debian/cubicweb-server.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 09 Nov 2016 09:07:42 +0100
branch3.24
changeset 11809 11365e5c11d7
parent 0 b97547f5f1fa
permissions -rw-r--r--
[doc] Add my 3.24 release notes

#! /bin/sh -e

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