debian/cubicweb-server.postinst
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Thu, 13 Oct 2011 09:25:26 +0200
changeset 7943 ad0581296e2c
parent 0 b97547f5f1fa
permissions -rw-r--r--
[facets] try to get rid of arbitrary constants, be prettier and eat less space (closes #1988706)

#! /bin/sh -e

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