debian/cubicweb-documentation.postinst
author Julien Jehannet <julien.jehannet@logilab.fr>
Mon, 29 Nov 2010 18:34:39 +0100
branchstable
changeset 6732 f63cef610b97
parent 0 b97547f5f1fa
permissions -rw-r--r--
[migration] improve doctest report format

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