debian/cubicweb-twisted.postinst
author Rémi Cardona <remi.cardona@free.fr>
Tue, 15 Sep 2015 12:51:27 +0200
changeset 10616 f454404733c1
parent 0 b97547f5f1fa
permissions -rw-r--r--
Port cw.Binary to io.BytesIO And add plenty of tests too!

#! /bin/sh -e

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