debian/cubicweb-documentation.postinst
author Sylvain Thenault <sylvain.thenault@logilab.fr>
Thu, 20 Nov 2008 16:42:22 +0100
changeset 110 d3005cdc968f
parent 0 b97547f5f1fa
permissions -rw-r--r--
add detailled notes about objects selection (to be translated / proprified...)

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