debian/cubicweb-twisted.postinst
author Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
Fri, 22 May 2009 00:01:37 +0200
changeset 1894 c41c539b8f34
parent 0 b97547f5f1fa
permissions -rw-r--r--
[javascript] the @attr (xpath) syntax doesn't work anymore with jquery1.3, forget the @

#! /bin/sh -e

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