debian/cubicweb-documentation.postinst
author David Douard <david.douard@logilab.fr>
Fri, 25 Jan 2013 17:52:02 +0100
branchstable
changeset 8685 8bfc0753f1da
parent 0 b97547f5f1fa
permissions -rw-r--r--
3.15.9

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