debian/cubicweb-documentation.prerm
author Alain Leufroy <alain.leufroy@logilab.fr>
Fri, 15 Oct 2010 19:48:58 +0200
branchstable
changeset 6516 6b2e1e8d3a22
parent 0 b97547f5f1fa
permissions -rw-r--r--
[pkg] use argument *package_data* Use the dedicaded setup's argument for files that are copied in the package directory.

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