debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 10 Jun 2010 16:25:15 +0200
changeset 5716 0e2af244dea5
parent 0 b97547f5f1fa
permissions -rw-r--r--
[web] move itree adapter to entities, it may be used outside the web interface

#! /bin/sh -e

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