debian/cubicweb-documentation.postinst
author Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
Wed, 07 Oct 2009 22:18:16 +0200
branchstable
changeset 3612 0605d8755613
parent 0 b97547f5f1fa
permissions -rw-r--r--
[migration] make it more explicit that BaseTransition upgrade should only be done if migrating from version prior to 3.5

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