debian/cubicweb-twisted.postinst
author Julien Cristau <julien.cristau@logilab.fr>
Wed, 24 Feb 2016 17:34:56 +0100
changeset 11160 ed048bfd1b88
parent 0 b97547f5f1fa
permissions -rw-r--r--
[devtools] skip CubicWebServerTC on python3 People should migrate to wsgi if they're going to use CubicWeb on python3.

#! /bin/sh -e

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