debian/cubicweb-documentation.postinst
author Julien Cristau <julien.cristau@logilab.fr>
Wed, 23 Apr 2014 18:19:37 +0200
changeset 9722 c0ae36be84ee
parent 0 b97547f5f1fa
permissions -rw-r--r--
[services] register_user now returns the new CWUser Closes #3804444

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