debian/cubicweb-documentation.postinst
author Alexandre Richardson <alexandre.richardson@logilab.fr>
Fri, 10 Feb 2012 10:06:19 +0100
branchstable
changeset 8205 14c52c5ee706
parent 0 b97547f5f1fa
permissions -rw-r--r--
[entities system table] change asource and source column size (closes #1951819)

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