debian/cubicweb-documentation.postinst
author Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
Thu, 20 Dec 2012 12:15:57 +0100
branchstable
changeset 8629 3ae893f9ec84
parent 0 b97547f5f1fa
permissions -rw-r--r--
[json] enable jsonexport selection on empty rsets (closes #2544358)

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