debian/cubicweb-twisted.postinst
author Julien Cristau <julien.cristau@logilab.fr>
Mon, 21 Dec 2015 15:43:49 +0100
changeset 11009 d5962fb5bb8e
parent 0 b97547f5f1fa
permissions -rw-r--r--
[dataimport] py3k doesn't like + on dict_items objects

#! /bin/sh -e

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