debian/cubicweb-documentation.postinst
author Rémi Cardona <remi.cardona@logilab.fr>
Thu, 03 Apr 2014 15:36:33 +0200
branchstable
changeset 9695 aa982b7c3f2a
parent 0 b97547f5f1fa
permissions -rw-r--r--
[dataimport] Prevent ucsvreader from skipping the first line when ignore_errors is True (closes #3705791)

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