debian/cubicweb-server.postinst
author Julien Cristau <julien.cristau@logilab.fr>
Tue, 29 Nov 2011 11:18:46 +0100
changeset 8102 619d41a4c770
parent 0 b97547f5f1fa
permissions -rw-r--r--
[navigation] provide a link back from the full view to the paginated one provide a better marker for navigation induced call detection Closes #2103687

#! /bin/sh -e

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