debian/cubicweb-documentation.postinst
author Rémi Cardona <remi.cardona@logilab.fr>
Wed, 28 Jan 2015 11:59:06 +0100
changeset 10166 0095961df66c
parent 0 b97547f5f1fa
permissions -rw-r--r--
[utils] Fix define_var in ajax context (closes #4881301) Use namespaced <cubicweb:script> instead of just <script>

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