#!/bin/sh
update-mime-database /usr/share/mime
gtk-update-icon-cache -f /usr/share/icons/hicolor
maemo-select-menu-location dbus-switchboard-gui.desktop
/usr/bin/dswitch-init.sh
if maemo-confirm-text "Reboot Device" /usr/lib/dbus-switchboard/notify-reboot.txt; then
   echo foo
fi
