debian/cubicweb-documentation.postinst
author David Douard <david.douard@logilab.fr>
Thu, 31 Jan 2013 18:34:30 +0100
branchstable
changeset 8688 29fbc632a696
parent 0 b97547f5f1fa
permissions -rw-r--r--
Added tag cubicweb-version-3.15.9 for changeset 8bfc0753f1da

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