debian/cubicweb-documentation.postinst
author Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
Wed, 13 Apr 2011 09:46:29 +0200
branchstable
changeset 7214 70538ea2532d
parent 0 b97547f5f1fa
permissions -rw-r--r--
[testlib] fix readlb config handling, avoid systematic recreation of db with postgres (closes #1618089)

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