debian/cubicweb-twisted.postinst
author Laura Médioni <laura.medioni@logilab.fr>
Fri, 21 Oct 2016 13:09:47 +0200
changeset 11725 904ee9cd0cf9
parent 0 b97547f5f1fa
permissions -rw-r--r--
[web/application] remove `path` argument from CubicwebPublisher methods Path can actually be accessed from `req` object. This allows to avoid duplicating this information. This cset prepares the next ones that aim at adding the language as a prefix of the relative path.

#! /bin/sh -e

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