debian/cubicweb-documentation.postinst
author Denis Laxalde <denis.laxalde@logilab.fr>
Mon, 09 Mar 2015 09:32:11 +0100
changeset 10228 d8a208f7e3d1
parent 0 b97547f5f1fa
permissions -rw-r--r--
[server/session] Fix typo "meta vs. metas" in describe()

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