debian/cubicweb-documentation.postinst
author Laure Bourgois <Laure.Bourgois@logilab.fr>
Thu, 12 Feb 2009 16:47:31 +0100
changeset 611 853351c6e207
parent 0 b97547f5f1fa
permissions -rw-r--r--
removing project_linked_data view

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