debian/cubicweb-documentation.postinst
author Alexandre Fayolle <alexandre.fayolle@logilab.fr>
Fri, 28 Oct 2011 17:54:24 +0200
changeset 8050 0f3a54c37b05
parent 0 b97547f5f1fa
permissions -rw-r--r--
[table view, workflow] fix the display of wf history table (closes: #2065652) was relying on no more used 'cell' view

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