debian/cubicweb-documentation.postinst
author Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
Wed, 13 Apr 2011 14:02:04 +0200
branchstable
changeset 7220 eb0f5f46138f
parent 0 b97547f5f1fa
permissions -rw-r--r--
[testlib] fix typos / NameErrors in devtools/__init__.py

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