debian/cubicweb-documentation.postinst
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Mon, 23 Apr 2012 18:01:30 +0200
branchstable
changeset 8374 04054efc0a54
parent 0 b97547f5f1fa
permissions -rw-r--r--
[migration/3.14.4] prevent migration crash when there are NULLs in asource

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