debian/cubicweb-documentation.postinst
author Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
Tue, 12 Jan 2010 15:12:51 +0100
branchstable
changeset 4220 713434095f0d
parent 0 b97547f5f1fa
permissions -rw-r--r--
[javascript] upgrade excanvas.js (rev. M3, mars 2009): this fixes plot widgets rendering in IE

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