debian/cubicweb-documentation.postinst
author Graziella Toutoungis <graziella.toutoungis@logilab.fr>
Tue, 05 May 2009 15:40:07 +0200
branchtls-sprint
changeset 1682 36bd5cba09de
parent 0 b97547f5f1fa
permissions -rw-r--r--
must reset cubes before next authentication

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