debian/cubicweb-documentation.postinst
author Fabrice <fabrice@secondweb.fr>
Tue, 28 Jul 2009 10:19:14 +0200
changeset 2554 3b6a6d2f9d7e
parent 0 b97547f5f1fa
permissions -rw-r--r--
make jsvars declaration xhtml and html compatible

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