debian/cubicweb-documentation.postinst
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Mon, 21 May 2012 14:17:09 +0200 (2012-05-21)
changeset 8411 9ac2400cdf82
parent 0 b97547f5f1fa
permissions -rw-r--r--
[pkginfo] the before_shutdown event was not in 3.15.0
#! /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