debian/cubicweb-twisted.postinst
author David Douard <david.douard@logilab.fr>
Wed, 04 Apr 2012 10:57:03 +0200
changeset 8353 c1cc2f1cd177
parent 0 b97547f5f1fa
permissions -rw-r--r--
[zmq] add unit tests for ZMQ-based repository (server and dbapi)

#! /bin/sh -e

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