debian/cubicweb-documentation.prerm
author Alain Leufroy <alain.leufroy@logilab.fr>
Fri, 15 Oct 2010 19:49:00 +0200
branchstable
changeset 6517 c991ad161d8f
parent 0 b97547f5f1fa
permissions -rw-r--r--
[pkg] force copying data files in sys.path * Hack setuptools to copy data files in sys.path instead of egg directory * Hack easy_install's SandboxViolation verification to allow writting files in sys.path (allowed by disutils)

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