debian/cubicweb-documentation.postinst
author Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Mon, 23 May 2011 11:36:43 +0200
changeset 7423 598a4f051259
parent 0 b97547f5f1fa
permissions -rw-r--r--
[cwvreg] inline function dump_class() Grepping the entire code base (cubicweb+all the known cubes) shows that inlining this function is harmless: no one is using it.

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