debian/cubicweb-twisted.prerm
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Tue, 25 Oct 2011 13:51:27 +0200
changeset 8016 1a1b23c37013
parent 0 b97547f5f1fa
permissions -rw-r--r--
[tableview,jsoncontroller] the json controller must check view.handle_pagination as well & the old table view also handles pagination internally

#! /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