debian/cubicweb-documentation.postinst
author Julien Cristau <julien.cristau@logilab.fr>
Fri, 19 Dec 2014 12:39:42 +0100
changeset 10128 894957e1ce2d
parent 0 b97547f5f1fa
permissions -rw-r--r--
[debian] include "metapackage" in the cubicweb package's description Lets lintian know it's ok for it to be empty.

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