debian/cubicweb-twisted.postinst
author Julien Cristau <julien.cristau@logilab.fr>
Tue, 08 Sep 2015 16:24:57 +0200
changeset 10656 0b1d03f07b87
parent 0 b97547f5f1fa
permissions -rw-r--r--
[test] use unicode for rql queries (3/7) Related to #6694446

#! /bin/sh -e

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