debian/cubicweb-documentation.postinst
author Katia Saurfelt <katia.saurfelt@logilab.fr>
Wed, 08 Jul 2009 13:58:37 +0200
branchstable
changeset 2338 3f7c7fbae94e
parent 0 b97547f5f1fa
permissions -rw-r--r--
call postAjaxLoad in reloadComponent; add corners only on reloaded elements

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