debian/cubicweb-documentation.postinst
author sylvain.thenault@logilab.fr
Mon, 04 May 2009 15:46:40 +0200
branchtls-sprint
changeset 1647 9936aca2453d
parent 0 b97547f5f1fa
permissions -rw-r--r--
sort attribute for testing purpose

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