debian/cubicweb-documentation.postinst
author David Douard <david.douard@logilab.fr>
Wed, 09 Jan 2013 18:03:17 +0100
branchstable
changeset 8642 4ef457479337
parent 0 b97547f5f1fa
permissions -rw-r--r--
Added tag cubicweb-version-3.15.8 for changeset 459d0c48dfaf

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