debian/cubicweb-twisted.postinst
author David Douard <david.douard@logilab.fr>
Fri, 03 Jul 2015 14:07:53 +0200
changeset 10499 d0907690af55
parent 0 b97547f5f1fa
permissions -rw-r--r--
[doc] move the documentations from docstring directly to the book. and improve a bit API documentations. Related to #4832808

#! /bin/sh -e

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