debian/cubicweb-documentation.postinst
author Julien Cristau <julien.cristau@logilab.fr>
Mon, 13 Feb 2012 12:47:59 +0100
branchstable
changeset 8226 a3d3bdd46463
parent 0 b97547f5f1fa
permissions -rw-r--r--
[devtools] Use Xvfb to run firefox in js tests on posix platforms This way we don't require running tests under X.

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