debian/cubicweb-server.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 11 Mar 2010 16:43:00 +0100
branchstable
changeset 4864 e77d3e95872d
parent 0 b97547f5f1fa
permissions -rw-r--r--
[web req] check latest url in breadcrumbs is not the same as the current one to keep more valuable information

#! /bin/sh -e

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