debian/cubicweb-twisted.postinst
author Sandrine Ribeau <sandrine.ribeau@logilab.fr>
Mon, 17 Nov 2008 23:54:24 -0800
changeset 95 a5c7609de579
parent 0 b97547f5f1fa
permissions -rw-r--r--
[doc] Initial translation of index and introduction for book/en.

#! /bin/sh -e

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