debian/cubicweb-server.postinst
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Thu, 16 Jul 2009 17:00:55 +0200
changeset 2387 ea1defea9636
parent 0 b97547f5f1fa
permissions -rw-r--r--
[views] fix some crashers (schema still does not render properly, might be yams side)

#! /bin/sh -e

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