debian/cubicweb-twisted.postinst
author Julien Cristau <julien.cristau@logilab.fr>
Wed, 02 Apr 2014 16:56:26 +0200
changeset 9643 421604863753
parent 0 b97547f5f1fa
permissions -rw-r--r--
[web/test] port unittest_breadcrumbs to 3.19 test api

#! /bin/sh -e

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