debian/cubicweb-documentation.postinst
author Julien Jehannet <julien.jehannet@logilab.fr>
Fri, 05 Nov 2010 16:55:13 +0100
branchstable
changeset 6695 b714521ac66d
parent 0 b97547f5f1fa
permissions -rw-r--r--
[windmill tests] use extra timeouts, else we get failure simplu because we didn't wait enough

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