debian/cubicweb-documentation.postinst
author David Douard <david.douard@logilab.fr>
Wed, 22 Jul 2015 19:50:50 +0200
changeset 10551 1182f5f16a3d
parent 0 b97547f5f1fa
permissions -rw-r--r--
[datafeed] fix typo in DataFeedXMLParser.is_deleted (closes #5729755)

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