debian/cubicweb-twisted.postinst
author Julien Cristau <julien.cristau@logilab.fr>
Thu, 12 Feb 2015 18:52:04 +0100
changeset 10245 7d21c6ac47a3
parent 0 b97547f5f1fa
permissions -rw-r--r--
[web/views] Use predictable ordering for attributes in entity XML view Fixes test under python -R. 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