debian/cubicweb-documentation.postinst
author Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Mon, 13 Dec 2010 19:56:59 +0100
branchstable
changeset 6938 6c1a960735f5
parent 0 b97547f5f1fa
permissions -rw-r--r--
add a rql directive to restructuredtext

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