debian/cubicweb-documentation.postinst
author Katia Saurfelt <katia.saurfelt@logilab.fr>
Thu, 19 Feb 2009 17:09:06 +0100
changeset 841 ce9ba491f8ef
parent 0 b97547f5f1fa
permissions -rw-r--r--
new jquery.corner.js version which doesn't make IE6 crash

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