debian/cubicweb-twisted.postinst
author Christophe de Vienne <christophe@unlish.com>
Thu, 27 Nov 2014 12:11:29 +0100
changeset 10108 129af90b2364
parent 0 b97547f5f1fa
permissions -rw-r--r--
[devtools] Use the pause_trace context manager instead of pause_tracing/resume_tracing The later were deprecated in logilab-common 0.63.1

#! /bin/sh -e

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