debian/cubicweb-documentation.postinst
author Arthur Lutz <arthur.lutz@logilab.fr>
Tue, 21 Jan 2014 18:39:32 +0100
changeset 9476 33a7db07201e
parent 0 b97547f5f1fa
permissions -rw-r--r--
[doc] Update copyright date to 2014 (closes #3463136)

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