debian/cubicweb-documentation.postinst
author Stephanie Marcu <stephanie.marcu@logilab.fr>
Tue, 02 Dec 2008 17:46:44 +0100
changeset 170 455ff18ef28e
parent 0 b97547f5f1fa
permissions -rw-r--r--
use repr (instead of str) to print rql in __repr__ method of a result set

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