debian/cubicweb-twisted.postinst
author sylvain.thenault@logilab.fr
Fri, 30 Jan 2009 15:30:55 +0100
changeset 533 215ecdb5f047
parent 0 b97547f5f1fa
permissions -rw-r--r--
implements cell_call

#! /bin/sh -e

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