debian/cubicweb-server.postinst
author sylvain.thenault@logilab.fr
Thu, 26 Mar 2009 18:54:55 +0100
branchtls-sprint
changeset 1144 654047cd0c30
parent 0 b97547f5f1fa
permissions -rw-r--r--
move .view method on AppRsetObject, move initialize_varmaker method on View

#! /bin/sh -e

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