debian/cubicweb-documentation.postinst
author Anthony Truchet <anthony.truchet@logilab.fr>
Mon, 10 Feb 2014 11:03:43 +0100
changeset 9972 e210f0e082b0
parent 0 b97547f5f1fa
permissions -rw-r--r--
[CWEP002] document computed relations and attributes Related to #3546717.

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