debian/cubicweb-documentation.postinst
author Rémi Cardona <remi.cardona@logilab.fr>
Tue, 10 Feb 2015 14:38:25 +0100
changeset 10311 4e9dcca71fad
parent 0 b97547f5f1fa
permissions -rw-r--r--
[views] Fix 'gc' view to use 'repo_gc_stats' service

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