debian/cubicweb-server.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 06 Jul 2010 11:31:04 +0200
branchstable
changeset 5900 002af94623d3
parent 0 b97547f5f1fa
permissions -rw-r--r--
[selectors] relation_possible selector should check user may read target entity type when specified

#! /bin/sh -e

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