debian/cubicweb-documentation.postinst
author Rémi Cardona <remi.cardona@logilab.fr>
Tue, 10 Feb 2015 14:37:51 +0100
changeset 10310 b49761555ad6
parent 0 b97547f5f1fa
permissions -rw-r--r--
[services] Fix 'repo_gc_stats' to return a list of unreachable objects' repr

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