debian/cubicweb-documentation.postinst
author auc@giediprime.logilab.fr
Wed, 09 Dec 2009 19:01:53 +0100
branchstable
changeset 4064 3b12e4192983
parent 0 b97547f5f1fa
permissions -rw-r--r--
be able to run cw instances as windows services

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