debian/cubicweb-documentation.postinst
author Julien Cristau <julien.cristau@logilab.fr>
Fri, 17 Jul 2015 13:49:58 +0200
changeset 10542 53a2b00b6758
parent 0 b97547f5f1fa
permissions -rw-r--r--
[doc] fix link to setup info in README ... and fix URL to the repository's gpg key.

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