debian/cubicweb-server.postinst
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Fri, 27 Apr 2012 15:09:27 +0200
branchstable
changeset 8379 1a3746ec4d65
parent 0 b97547f5f1fa
permissions -rw-r--r--
[sources/native] do not let a log message crash on us

#! /bin/sh -e

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