debian/cubicweb-documentation.postinst
author Arthur Lutz <arthur.lutz@logilab.fr>
Thu, 04 Apr 2019 14:08:10 +0200
branch3.0
changeset 12559 be0a8b491f2a
parent 0 b97547f5f1fa
permissions -rw-r--r--
Reclosing branch after merge

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