debian/cubicweb-twisted.postinst
author Denis Laxalde <denis.laxalde@logilab.fr>
Mon, 18 Jul 2016 20:08:48 +0200
changeset 11446 ca90cd9b112b
parent 0 b97547f5f1fa
permissions -rw-r--r--
[schema] Set CubicWebSchemaLoader's extrapath using config eponymous property

#! /bin/sh -e

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