debian/cubicweb-server.postinst
author Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Fri, 04 Jun 2010 13:07:07 +0200
branchstable
changeset 5667 04cbd80fd5dc
parent 0 b97547f5f1fa
permissions -rw-r--r--
[rset] do not break when rset.related_entity(x,y) is not an entity

#! /bin/sh -e

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