debian/cubicweb-documentation.postinst
author Sylvain <syt@logilab.fr>
Tue, 27 Jan 2009 17:54:30 +0100
branch3.0
changeset 483 fc222bc99929
parent 0 b97547f5f1fa
permissions -rw-r--r--
Added tag cubicweb-version-3_0_4 for changeset 2e400b8dfc25

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