debian/cubicweb-server.postinst
author Denis Laxalde <denis.laxalde@logilab.fr>
Wed, 25 Mar 2015 10:10:24 +0100
changeset 10276 ffb269e60348
parent 0 b97547f5f1fa
permissions -rw-r--r--
[web/request] Restore attribute setting for search_state This was dropped in 1f84295bfe95 when `search_state` attribute was turned into a property, but without a setter. So adding a setter here restoring previous behaviour, as some tests and cubes use it. Related to #4875761.

#! /bin/sh -e

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