debian/cubicweb-documentation.postinst
author Julien Jehannet <julien.jehannet@logilab.fr>
Thu, 19 Feb 2009 19:21:26 +0100
changeset 857 f5728ee6fe39
parent 0 b97547f5f1fa
permissions -rw-r--r--
we want to keep control on jquery.js file version

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