debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 10 Nov 2016 18:23:45 +0100
branch3.24
changeset 11826 e2c940c8c485
parent 0 b97547f5f1fa
permissions -rw-r--r--
[web] req.lang should be None or a non-empty string

#! /bin/sh -e

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