debian/cubicweb-documentation.postinst
author Alain Leufroy <alain@leufroy.fr>
Thu, 15 May 2014 23:07:43 +0200
changeset 10105 a1e8816029af
parent 0 b97547f5f1fa
permissions -rw-r--r--
[wsgi] add message about the active interface Similarly to what done in "stdlib".

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