debian/cubicweb-twisted.postinst
author Florent Cayré <florent.cayre@gmail.com>
Wed, 04 May 2011 10:32:15 +0200
branchstable
changeset 7302 c281afe35b8b
parent 0 b97547f5f1fa
permissions -rw-r--r--
[entity] fix entity fetch_rql when fetch_attrs contains a rtype with multiple destination etypes which do not have the same fetched attributes themselves (closes #1631282)

#! /bin/sh -e

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