debian/cubicweb-documentation.postinst
author David Douard <david.douard@logilab.fr>
Wed, 04 Apr 2012 16:51:09 +0200
changeset 8350 e1c05bf6fdeb
parent 0 b97547f5f1fa
permissions -rw-r--r--
[zmq] Implement a ZMQ-based Repository (closes #2290125) This Repository server behave mainly like the Pyro-based repository.

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