debian/cubicweb-twisted.prerm
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
 
case "$1" in
    remove)
	if [ -x "/etc/init.d/cubicweb-ctl" ]; then
	    invoke-rc.d cubicweb-ctl stop || true
	fi
    ;;
esac
 
#DEBHELPER#
 
exit 0