debian/cubicweb-documentation.postinst
author Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
Wed, 16 Feb 2011 09:02:00 +0100
changeset 6997 88b4fdce7c91
parent 0 b97547f5f1fa
permissions -rw-r--r--
[tabs] use datadir_url to build image url instead of hardcoding data/

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