debian/cubicweb-server.postinst
author Julien Cristau <julien.cristau@logilab.fr>
Wed, 09 Sep 2015 09:37:14 +0200
changeset 10654 d6d9913753d2
parent 0 b97547f5f1fa
permissions -rw-r--r--
[test] use unicode for rql queries (1/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