debian/cubicweb-documentation.postinst
author Julien Cristau <julien.cristau@logilab.fr>
Fri, 10 Feb 2012 10:00:00 +0100
branchstable
changeset 8203 e0efa7583221
parent 0 b97547f5f1fa
permissions -rw-r--r--
kill dead code in Workflow view This looks like it's been missed in r5224:34e669b6fd95.

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