debian/cubicweb-server.postinst
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Mon, 13 Jan 2014 16:08:38 +0100
changeset 9405 7fc5e13d049f
parent 0 b97547f5f1fa
permissions -rw-r--r--
[doc/3.19] fix (mostly) grammar

#! /bin/sh -e

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