debian/cubicweb-documentation.postinst
author Florent Cayré <florent.cayre@logilab.fr>
Mon, 09 Jul 2012 12:24:05 +0200
changeset 8458 1c5f3c66ec53
parent 0 b97547f5f1fa
permissions -rw-r--r--
[html form] use __linkto url parameter value as a default value of the corresponding field in a creation form (closes #2407770)

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