debian/cubicweb-server.postinst
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Tue, 02 Mar 2010 13:00:41 +0100
branchstable
changeset 4741 f9a176ebe090
parent 0 b97547f5f1fa
permissions -rw-r--r--
[book/controllers] add some content (overview, api super sketch) for the cubicweb controllers

#! /bin/sh -e

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