debian/cubicweb-documentation.postinst
author Anthony Truchet <anthony.truchet@logilab.fr>
Tue, 22 May 2012 18:51:09 +0200
branchstable
changeset 8413 9ac36a6ec07e
parent 0 b97547f5f1fa
permissions -rw-r--r--
[formrenderers] Factor-out render_title to ease customisation in derived classes

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