debian/cubicweb-documentation.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 20 Sep 2011 15:14:04 +0200
branchstable
changeset 7814 1ec9fe1dfba9
parent 0 b97547f5f1fa
permissions -rw-r--r--
[tableview] fix view selection when value is None (closes #1936781) * in case of None on final view, use explicitly asked view anyway * when etype is None, that means it's a non final entity type

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