debian/cubicweb-server.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 17 Oct 2011 19:27:54 +0200
changeset 7964 4ea2abc83dce
parent 0 b97547f5f1fa
permissions -rw-r--r--
[entity related rql] 'is' relation target constant should have 'etype' type, not String

#! /bin/sh -e

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