debian/cubicweb-twisted.postinst
author Julien Cristau <julien.cristau@logilab.fr>
Tue, 21 Jul 2015 18:17:31 +0200
changeset 10548 2b398e58ea73
parent 0 b97547f5f1fa
permissions -rw-r--r--
[hook] remove assumption about entity cache vs cw_edited We were assuming that if an entity is in the connection's cache, it has a cw_edited attribute. This doesn't seem to always be the case. At least in cubicweb 3.21, merging the web and repo-side caches makes this more likely, but Denis says he's also seen this on 3.20.

#! /bin/sh -e

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