debian/cubicweb-documentation.postinst
author pierre-yves
Mon, 27 May 2013 16:42:39 +0200
changeset 9023 67f242261dd3
parent 0 b97547f5f1fa
permissions -rw-r--r--
[connection] give access to is_internal_session boolean Needed if we are to use this object like we currently do with session. Related to #2503918

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