debian/cubicweb-server.postinst
author Philippe Pepiot <philippe.pepiot@logilab.fr>
Tue, 07 Jun 2016 12:04:21 +0200
changeset 11343 892e4c12f03f
parent 0 b97547f5f1fa
permissions -rw-r--r--
[schema] Avoid parsing RQL expressions twice on schema loading Kill full_rql (unnecessary) Use snippet_rql rather than rqlst when possible Don't access to rqlst cachedproperty from __init__ Deserializing schema is ~40% faster with a lot (> 4000) expressions like those generated by cubicweb-container.

#! /bin/sh -e

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