debian/cubicweb-documentation.postinst
author Julien Cristau <julien.cristau@logilab.fr>
Tue, 29 Nov 2011 11:18:46 +0100
changeset 8102 619d41a4c770
parent 0 b97547f5f1fa
permissions -rw-r--r--
[navigation] provide a link back from the full view to the paginated one provide a better marker for navigation induced call detection Closes #2103687

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