debian/cubicweb-documentation.prerm
author Rémi Cardona <remi.cardona@logilab.fr>
Tue, 19 Mar 2013 12:24:40 +0100
branchstable
changeset 8728 75be9de9d68e
parent 0 b97547f5f1fa
permissions -rw-r--r--
[web] Use the new '/ajax' URL path to access the AjaxController (closes #2758254) 5a81fa526b30 took care of all the JS code, this patch cleans up the remaining python bits.

#! /bin/sh -e
#

if [ "$1" = remove -o "$1" = upgrade ]; then
  if which install-docs >/dev/null 2>&1; then
    install-docs -r cubicweb-doc
  fi
fi

#DEBHELPER#

exit 0