debian/cubicweb-twisted.postinst
author Julien Cristau <julien.cristau@logilab.fr>
Wed, 09 Mar 2016 17:01:42 +0100
changeset 11178 b3d3e23be27b
parent 0 b97547f5f1fa
permissions -rw-r--r--
[migration/3.10] fix AttributeError 'Connection' object has no attribute 'HOOKS_DENY_ALL'

#! /bin/sh -e

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