debian/cubicweb-documentation.postinst
author Rémi Cardona <remi.cardona@logilab.fr>
Wed, 09 Dec 2015 16:36:17 +0100
changeset 10955 2fe19ba68daa
parent 0 b97547f5f1fa
permissions -rw-r--r--
Added tag 3.20.11, debian/3.20.11-1, centos/3.20.11-1 for changeset c44930ac9579

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