debian/cubicweb-server.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 28 Apr 2011 15:24:37 +0200
brancholdstable
changeset 7266 f625097d1e99
parent 0 b97547f5f1fa
permissions -rw-r--r--
[request] don't init tabindex unnecessarily, since it's added to page data which will makes an ajax call to unload_page_data necessary

#! /bin/sh -e

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