debian/cubicweb-documentation.postinst
author Julien Cristau <julien.cristau@logilab.fr>
Thu, 10 Oct 2013 12:30:35 +0200
branchstable
changeset 9276 ae3fd6f8da76
parent 0 b97547f5f1fa
permissions -rw-r--r--
[packaging] setup.py: don't exclude skeleton/debian/* from being installed Closes #3192725.

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