debian/cubicweb-documentation.postinst
author Julien Cristau <julien.cristau@logilab.fr>
Tue, 22 Apr 2014 15:03:24 +0200
changeset 9688 1f6ecd90df4f
parent 0 b97547f5f1fa
permissions -rw-r--r--
[sobjects/test] check that register_user properly sets user name and email address Related to #3020639

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