debian/cubicweb-documentation.postinst
author Anthony Truchet <anthony.truchet@logilab.fr>
Mon, 27 Feb 2012 09:45:48 +0100
changeset 8266 704dda5c07f7
parent 0 b97547f5f1fa
permissions -rw-r--r--
[undo, transactions] Adds a property in the transaction API. (closes #2202953) Required by forthcoming changes in undo_web.diff

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