debian/cubicweb-documentation.postinst
author Julien Cristau <julien.cristau@logilab.fr>
Thu, 23 Oct 2014 11:20:44 +0200
changeset 10099 12f4f2509a38
parent 0 b97547f5f1fa
permissions -rw-r--r--
[web/css] move jquery.treeview.css override to a separate file Patched embedded code copies are a maintenance disaster (even more so than plain embedded code copies). Let's not do that.

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