debian/cubicweb-twisted.postinst
author Pierre-Yves David <pierre-yves.david@logilab.fr>
Thu, 30 May 2013 14:46:32 +0200
changeset 8997 525915f8bc1c
parent 0 b97547f5f1fa
permissions -rw-r--r--
[web/application] add some minimal documentation Some documentation to the Application main entry point.

#! /bin/sh -e

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