debian/cubicweb-documentation.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 20 Aug 2009 17:33:05 +0200
branch3.5
changeset 2919 662f35236d1c
parent 0 b97547f5f1fa
permissions -rw-r--r--
new create_entity method, temporarily on base request (later on cw entity manager or as factory method)

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