debian/cubicweb-server.postinst
author Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
Wed, 22 Aug 2012 14:19:30 +0200
branchstable
changeset 8518 153a7c9cdca9
parent 0 b97547f5f1fa
permissions -rw-r--r--
[fti] add some documentation

#! /bin/sh -e

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