debian/cubicweb-twisted.postinst
author Julien Cristau <julien.cristau@logilab.fr>
Wed, 21 Oct 2015 20:17:44 +0200
changeset 10856 b839167d99a4
parent 0 b97547f5f1fa
permissions -rw-r--r--
[dataimport] dict.iteritems() → dict.items()

#! /bin/sh -e

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