debian/cubicweb-documentation.postinst
author Vladimir Popescu <vladimir.popescu@logilab.fr>
Thu, 25 Apr 2013 10:57:01 +0200
changeset 8927 885dea8f16a0
parent 0 b97547f5f1fa
permissions -rw-r--r--
[cubicweb/doc] Replace dc_type() by cw_etype dc_type() is may be translated. Leading to terrible terrible damage.

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