#!/bin/sh

#set -e

case "$1" in
	configure)
		update-desktop-database
		if [ -z "$2" ]
		then
			true # maemo-select-menu-location unrar-fm.desktop tana_fi_utilities
		else
      			true
      		fi
      		;;
esac

#DEBHELPER#
exit 0
