debian/cubicweb-documentation.postinst
author Julien Cristau <julien.cristau@logilab.fr>
Fri, 20 Jul 2012 09:31:15 +0200
branchstable
changeset 8476 864a92b10cb8
parent 0 b97547f5f1fa
permissions -rw-r--r--
[book] Some tweaks to fix cubicweb-documentation package generation - Fix up PYTHONPATH setting to make sure sphinx can find cubicweb modules - Add a few missing build-dependencies

#! /bin/sh -e
#

if [ "$1" = configure ]; then
  if which install-docs >/dev/null 2>&1; then
    install-docs -i /usr/share/doc-base/cubicweb-doc
  fi
fi


#DEBHELPER#

exit 0