debian/cubicweb-documentation.postinst
author sylvain.thenault@logilab.fr
Wed, 11 Feb 2009 15:20:32 +0100
changeset 581 09f87f2c535e
parent 0 b97547f5f1fa
permissions -rw-r--r--
update_search_state in the publisher since it should be done whatever the controller

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