debian/cubicweb-server.postinst
author Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Thu, 07 Jan 2010 17:41:50 +0100
branchstable
changeset 4213 d4eeaf0393e2
parent 0 b97547f5f1fa
permissions -rw-r--r--
[web/views] if view has attribute paginable=False, do not try to paginate it

#! /bin/sh -e

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