debian/cubicweb-documentation.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 13 Oct 2009 08:50:19 +0200
changeset 3647 2941f4a0aab9
parent 0 b97547f5f1fa
permissions -rw-r--r--
refactor repo authentication to allow pluggable authentifier to login with something else than a password

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