debian/cubicweb-twisted.postinst
author Graziella Toutoungis <graziella.toutoungis@logilab.fr>
Tue, 07 Apr 2009 09:36:20 +0200
changeset 1279 ea32281eff00
parent 0 b97547f5f1fa
permissions -rw-r--r--
Change version no

#! /bin/sh -e

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