debian/cubicweb-documentation.postinst
author Julien Cristau <julien.cristau@logilab.fr>
Wed, 15 Jun 2011 12:48:04 +0200
branchstable
changeset 7510 dd212db4d097
parent 0 b97547f5f1fa
permissions -rw-r--r--
[donc] Fix building the cubicweb js documentation Avoids errors such as: Exception: Bad file id cubicweb.lazy referenced in INDEX_IN_ORDER in ../../../doc/tools/pyjsrest.py, fix this please

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