debian/cubicweb-documentation.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 21 Oct 2011 14:32:37 +0200 (2011-10-21)
changeset 7996 8de58d2674d6
parent 0 b97547f5f1fa
permissions -rw-r--r--
[facets] view should be propagated up to facet selection, so we can get different facets according to the view. Closes #2036527
#! /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