debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 02 Mar 2010 14:39:06 +0100
branchstable
changeset 4742 fac80328a6a3
parent 0 b97547f5f1fa
permissions -rw-r--r--
[primary] navcontentbottom sections should be in the content table as navcontenttop

#! /bin/sh -e

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