debian/cubicweb-twisted.postinst
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Fri, 24 Jul 2009 15:30:14 +0200
changeset 2490 b0771c03f531
parent 0 b97547f5f1fa
permissions -rw-r--r--
[reledit] do NOT peruse the likely ?vid=edition part

#! /bin/sh -e

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