debian/cubicweb-documentation.postinst
author David Douard <david.douard@logilab.fr>
Fri, 26 Jul 2013 09:49:53 +0200
branchstable
changeset 9191 1d42a6ab670f
parent 0 b97547f5f1fa
permissions -rw-r--r--
[pkg] merge centos 3.17.1-2 in stable (prepare 3.17.4)

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