debian/cubicweb-documentation.postinst
author Stephanie Marcu <stephanie.marcu@logilab.fr>
Fri, 22 Oct 2010 14:36:39 +0200
changeset 6591 b5ed84c53b3f
parent 0 b97547f5f1fa
permissions -rw-r--r--
[book] complete datamodel definition section with default permissions

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