debian/cubicweb-twisted.postinst
author Julien Cristau <julien.cristau@logilab.fr>
Thu, 02 Jul 2015 09:25:45 +0200
changeset 10508 2a578b9e7ad8
parent 0 b97547f5f1fa
permissions -rw-r--r--
[server/test] avoid lgdb warnings from str to unicode conversion

#! /bin/sh -e

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