debian/cubicweb-twisted.postinst
author Denis Laxalde <denis.laxalde@logilab.fr>
Wed, 17 Feb 2016 13:45:34 +0100
changeset 11129 97095348b3ee
parent 0 b97547f5f1fa
permissions -rw-r--r--
Merge with 3.22 branch The merge was clean, just dropped cubicweb/web/data/cubicweb.goa.js.

#! /bin/sh -e

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