debian/cubicweb-documentation.prerm
author sylvain.thenault@logilab.fr
Thu, 16 Apr 2009 15:35:36 +0200
changeset 1379 6c6dbc0df829
parent 0 b97547f5f1fa
permissions -rw-r--r--
MUST NOT consider req.form['rql'] in a view, use len(rset) > 1 to detect if we can apply tabs or not

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