debian/cubicweb-server.postinst
author sylvain.thenault@logilab.fr
Thu, 09 Apr 2009 12:34:40 +0200
branchtls-sprint
changeset 1311 4cc6e2723dc7
parent 0 b97547f5f1fa
permissions -rw-r--r--
move ajax.js to base form class

#! /bin/sh -e

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