debian/cubicweb-documentation.postinst
author Denis Laxalde <denis.laxalde@logilab.fr>
Thu, 11 Sep 2014 15:17:08 +0200
changeset 10033 b3a1d15965d9
parent 0 b97547f5f1fa
permissions -rw-r--r--
[views] Escape class attribute value in CWGroup incontext view

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