debian/cubicweb-documentation.postinst
author David Douard <david.douard@logilab.fr>
Thu, 06 Jun 2013 16:02:46 +0200
changeset 9000 506e656b7eef
parent 0 b97547f5f1fa
permissions -rw-r--r--
[pkg] version 3.17.1 for rpm packages

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