debian/cubicweb-documentation.postinst
author Alexandre Fayolle <alexandre.fayolle@logilab.fr>
Sun, 18 Oct 2009 19:06:24 +0200
branchstable
changeset 3714 3cb7dcd9ae77
parent 0 b97547f5f1fa
permissions -rw-r--r--
ugly workaround to javascript serialisation problem #481437 (not considered fixed by this changeset)

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