debian/cubicweb-documentation.postinst
author David Douard <david.douard@logilab.fr>
Thu, 07 Jan 2016 12:20:50 +0100
changeset 11054 aec47ca624b2
parent 0 b97547f5f1fa
permissions -rw-r--r--
[pkg] rql 0.34 and logilab-database 1.15 break cubicweb 3.21

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