debian/cubicweb-documentation.postinst
author Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
Fri, 28 Oct 2011 10:32:48 +0200
changeset 8032 bcb87336c7d2
parent 0 b97547f5f1fa
permissions -rw-r--r--
[doc] fix most of ReST compilation errors and warnings

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