debian/cubicweb-documentation.postinst
author Julien Cristau <julien.cristau@logilab.fr>
Mon, 15 Sep 2014 10:06:07 +0200
changeset 9996 65bb21409292
parent 0 b97547f5f1fa
permissions -rw-r--r--
[server] hold connection to the db in tx_actions We can be called without a cnxset (e.g. from repoapi).

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