debian/cubicweb-documentation.postinst
author Julien Cristau <julien.cristau@logilab.fr>
Thu, 24 Jul 2014 14:52:16 +0200
changeset 9933 3674f249ab1d
parent 0 b97547f5f1fa
permissions -rw-r--r--
[devtools] pre_setup_database takes a Connection, not a Session

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