debian/cubicweb-documentation.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 30 Jul 2013 17:09:02 +0200
branchstable
changeset 9203 c7ba8e5d2e45
parent 0 b97547f5f1fa
permissions -rw-r--r--
[i18n] cleanup dead code also fix small bug introduced in b0f6e8c14e7f

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