debian/cubicweb-documentation.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 11 Mar 2010 18:28:38 +0100
changeset 4869 230ace4d68c0
parent 0 b97547f5f1fa
permissions -rw-r--r--
[write security] we must check perm with read security disabled + add missing eid argument to check_perm

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