debian/cubicweb-documentation.postinst
author Julien Cristau <julien.cristau@logilab.fr>
Thu, 24 Apr 2014 14:44:58 +0200
changeset 9692 8574479184c4
parent 0 b97547f5f1fa
permissions -rw-r--r--
[debian] break old cubicweb-vcsfile We removed call_service's async argument, which it used.

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