debian/cubicweb-twisted.postinst
author Rémi Cardona <remi.cardona@logilab.fr>
Tue, 13 Oct 2015 16:57:09 +0200
changeset 10671 e08102f45237
parent 0 b97547f5f1fa
permissions -rw-r--r--
[py3k] bytes required for hashlib.{md5,sha1}()

#! /bin/sh -e

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