debian/cubicweb-documentation.postinst
author Julien Cristau <julien.cristau@logilab.fr>
Wed, 02 Jul 2014 18:01:16 +0200
changeset 9853 4ddae5c156f6
parent 0 b97547f5f1fa
permissions -rw-r--r--
[hookstests/base] use connections instead of web requests

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