debian/cubicweb-documentation.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 14 Dec 2011 12:13:28 +0100
branchstable
changeset 8136 273d8a03700c
parent 0 b97547f5f1fa
permissions -rw-r--r--
[sources management] fix crash mapping tab because chain() is not indexable. Closes #2124077

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