debian/cubicweb-documentation.postinst
author Christophe de Vienne <christophe@unlish.com>
Fri, 06 Feb 2015 14:43:40 +0100
changeset 10214 88f60d4b9952
parent 0 b97547f5f1fa
permissions -rw-r--r--
[newcube] Make the generated code PEP-8 compliant Closes #4925396

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