debian/cubicweb-documentation.postinst
author Emile Anclin <emile.anclin@logilab.fr>
Mon, 30 Mar 2009 14:27:19 +0200 (2009-03-30)
changeset 1191 216141cf47a3
parent 0 b97547f5f1fa
permissions -rw-r--r--
remove all erudi and ginco occurences in the doc
#! /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