debian/cubicweb-documentation.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 12 Nov 2009 13:53:26 +0100
branchstable
changeset 3829 9674d62a54f9
parent 0 b97547f5f1fa
permissions -rw-r--r--
close #474415 by using 'is' instead of comparison which explicitly fails on entity classes

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