#!/bin/sh
## ----------------------------------------------------------------------
## debian/postinst : postinstallation script for easychem
## ----------------------------------------------------------------------

## ----------------------------------------------------------------------
set -e

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

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


exit 0
