debian/cubicweb-twisted.postinst
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Wed, 22 Dec 2010 14:40:35 +0100 (2010-12-22)
branchstable
changeset 6753 2bbc1010494c
parent 0 b97547f5f1fa
permissions -rw-r--r--
[doc/book] fix/update a bit the hooks chapter
#! /bin/sh -e

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