debian/cubicweb-twisted.postinst
author Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
Tue, 07 Jun 2011 16:07:06 +0200
changeset 7471 bf9443f8725f
parent 0 b97547f5f1fa
permissions -rw-r--r--
[dataimport] fix #1732685: cached entity and shared cw_edited data with NoHookRQLObjectStore

#! /bin/sh -e

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