debian/cubicweb-documentation.prerm
author David Douard <david.douard@logilab.fr>
Tue, 02 Sep 2014 12:22:18 +0200
branchstable
changeset 9928 0d831b40fa48
parent 0 b97547f5f1fa
permissions -rw-r--r--
[compat] Remove imports of "any" and "all" from lgc (closes #4306044) They're builtin since python 2.5.

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