debian/cubicweb-documentation.postinst
author Christophe de Vienne <christophe@unlish.com>
Thu, 27 Nov 2014 13:40:37 +0100
changeset 10109 479190f019cc
parent 0 b97547f5f1fa
permissions -rw-r--r--
[pkg] Make twisted recommended only It's not necessary when using wsgi or pyramid. Closes #4639508

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