debian/cubicweb-documentation.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 22 Dec 2009 19:26:12 +0100
changeset 4188 b3258d2afe04
parent 0 b97547f5f1fa
permissions -rw-r--r--
fix virtual relation detection: erschema is no more a relation type but a relation def in _synchronize_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