debian/cubicweb-documentation.postinst
author David Douard <david.douard@logilab.fr>
Thu, 03 Oct 2013 15:37:45 +0200
branchstable
changeset 9249 fdd7f614ca2a
parent 0 b97547f5f1fa
permissions -rw-r--r--
Added tag cubicweb-centos-version-3.17.8-1, cubicweb-version-3.17.8, cubicweb-debian-version-3.17.8-1 for changeset 909eb8b584c4

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