debian/cubicweb-documentation.postinst
author Julien Cristau <julien.cristau@logilab.fr>
Mon, 17 Dec 2012 14:03:56 +0100
changeset 8830 7fd6c52ef878
parent 0 b97547f5f1fa
permissions -rw-r--r--
[web/views] extract cube geocoding (closes #353000)

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