debian/cubicweb-documentation.postinst
author Julien Cristau <julien.cristau@logilab.fr>
Mon, 09 Jan 2012 16:20:49 +0100 (2012-01-09)
branchstable
changeset 8154 151058945234
parent 0 b97547f5f1fa
permissions -rw-r--r--
gmap: set center and zoomlevel automatically (closes #2144255) Instead of hardcoding the default zoomlevel and setting the center to the average of all markers, let gmap compute them so all markers fit in the map.
#! /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