debian/cubicweb-documentation.postinst
author Dimitri Papadopoulos <dimitri.papadopoulos@cea.fr>
Tue, 07 May 2013 00:29:42 +0200
changeset 8969 b37ce419ce26
parent 0 b97547f5f1fa
permissions -rw-r--r--
[views] attempt to clarify the inline help system documentation

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