#! /bin/sh
# postinst script for gourmet
set -e

gtk-update-icon-cache -f /usr/share/icons/hicolor

oldversion="$2"
if [ -z "$oldversion" ]; then
  maemo-select-menu-location gourmet.desktop
fi

exit 0

