debian/cubicweb-documentation.postinst
author Florent Cayré <florent.cayre@gmail.com>
Wed, 25 May 2011 08:35:20 +0200
branchstable
changeset 7425 7e9d1d6fcba7
parent 0 b97547f5f1fa
permissions -rw-r--r--
[entity fetch_attrs] remove ambiguous relations on different etypes from fetched attrs or it may produce wrong related results; closes #1700896

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