debian/cubicweb-documentation.postinst
author Julien Jehannet <julien.jehannet@logilab.fr>
Fri, 24 Sep 2010 15:00:08 +0200
branchstable
changeset 6347 ef47a2100c66
parent 0 b97547f5f1fa
permissions -rw-r--r--
exception: specify expected parameter in NoSelectableException Enforce expected parameters, reformat exception message in class itself and change some log messages in calling code.

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