debian/cubicweb-documentation.postinst
author Pierre-Yves David <pierre-yves.david@logilab.fr>
Thu, 23 May 2013 14:17:46 +0200
changeset 9075 8d36838ccb3e
parent 0 b97547f5f1fa
permissions -rw-r--r--
[connection] move last part of undo logic in connection Now that Connection have a reference to the repo it can handle all of it itself

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