debian/cubicweb-documentation.postinst
author Julien Cristau <julien.cristau@logilab.fr>
Wed, 05 Mar 2014 10:44:45 +0100
changeset 9555 370a7c40864f
parent 0 b97547f5f1fa
permissions -rw-r--r--
[server] use the ClientConnection directly now that it has more methods available Gets rid of ugly self.cnx._cnx.

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