debian/cubicweb-twisted.postinst
author Julien Cristau <julien.cristau@logilab.fr>
Mon, 03 Feb 2014 19:00:52 +0100 (2014-02-03)
changeset 9491 e82370a30018
parent 0 b97547f5f1fa
permissions -rw-r--r--
[repo] restore python 2.6 compatibility Broken in 12dfce15c8ea.
#! /bin/sh -e

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