debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 09 Dec 2015 17:44:16 +0100
changeset 11000 dc9de651c328
parent 0 b97547f5f1fa
permissions -rw-r--r--
[migration] config.add_cubes should ensure site_cubicweb of new cubes is called Related to #7569998

#! /bin/sh -e

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