debian/cubicweb-documentation.postinst
author Jérôme Roy <jerome.roy@logilab.fr>
Wed, 10 Apr 2013 16:22:48 +0200
changeset 8885 b3409c1dc012
parent 0 b97547f5f1fa
permissions -rw-r--r--
[LDAP] rename unittest ldapuser to ldapsource (prepares #2528116) the tests involved are not only for ldapuser module but also for the more general ldapfeed Necessary to prepare LDAP patch for CWgroup

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