debian/cubicweb-documentation.postinst
author David Douard <david.douard@logilab.fr>
Fri, 30 Nov 2012 21:19:36 +0100
branchstable
changeset 8608 1a87ccdf12a3
parent 0 b97547f5f1fa
permissions -rw-r--r--
Added tag cubicweb-debian-version-3.15.6-1 for changeset b05e156b8fe7

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