debian/cubicweb-documentation.postinst
author Stephanie Marcu <stephanie.marcu@logilab.fr>
Thu, 15 Jul 2010 10:44:46 +0200
changeset 5973 eaf305258bbe
parent 0 b97547f5f1fa
permissions -rw-r--r--
[3.6] fix deprecation warnings

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