debian/cubicweb-server.postinst
author Julien Cristau <julien.cristau@logilab.fr>
Fri, 13 Feb 2015 15:12:31 +0100
changeset 10255 55413788be10
parent 0 b97547f5f1fa
permissions -rw-r--r--
[web/test] don't depend on iteration order on a set Fixes test under python -R ('pending_insert' in session data is a set, so we can't rely on any particular ordering). Related to #4959402.

#! /bin/sh -e

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