debian/cubicweb-twisted.postinst
author sylvain.thenault@logilab.fr
Thu, 09 Apr 2009 17:32:54 +0200
branchtls-sprint
changeset 1327 ed2dac034fee
parent 0 b97547f5f1fa
permissions -rw-r--r--
somewhat update to jquery, not yet finished though

#! /bin/sh -e

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