debian/cubicweb-documentation.postinst
author Alexandre Fayolle <alexandre.fayolle@logilab.fr>
Mon, 04 Oct 2010 16:58:34 +0200
changeset 6387 edbc53707bac
parent 0 b97547f5f1fa
permissions -rw-r--r--
new script cwuser_ldap2system used to migrate ldap users to system source based on work by adim.

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