debian/cubicweb-documentation.postinst
author sylvain.thenault@logilab.fr
Fri, 13 Feb 2009 09:28:30 +0100
changeset 610 30cb5e29a416
parent 0 b97547f5f1fa
permissions -rw-r--r--
take care, cnx may be None in which case we can't get/set session data

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