debian/cubicweb-documentation.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 07 Mar 2011 10:41:04 +0100
branchstable
changeset 7039 df0e8581b06f
parent 0 b97547f5f1fa
permissions -rw-r--r--
[testlib] backport some useful testing utilities from tracker's testutils module

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