debian/cubicweb-documentation.postinst
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Fri, 12 Feb 2010 14:17:52 +0100
brancholdstable
changeset 4561 029e08b1723f
parent 0 b97547f5f1fa
permissions -rw-r--r--
create oldstable branch, remove 3.5 tag

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