debian/cubicweb-documentation.postinst
author Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Mon, 11 Apr 2011 22:28:56 +0200
changeset 7208 6d418fb3ffed
parent 0 b97547f5f1fa
permissions -rw-r--r--
Added tag cubicweb-version-3.12.2 for changeset 5a9b6bc56538

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