debian/cubicweb-documentation.prerm
author Julien Cristau <julien.cristau@logilab.fr>
Fri, 14 Feb 2014 14:46:25 +0100
changeset 9529 39b46b0b01e4
parent 0 b97547f5f1fa
permissions -rw-r--r--
[web/data] fix treeview regression (closes #3526466) Changeset 68cde7431c2c "[js] remove 3.9 bw compat (where apparently unused)" removed the use of form.callback from loadxhtml, which treeview relied on. Update to add a callback on the loadxhtml return value instead.

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