#!/bin/sh

if [ -f "/usr/share/mis/google-search.xml" ]; then
   mv /usr/share/mis/google-search.xml /usr/share/mis/google-search.xml.bak
fi

if [ -f "/usr/share/mis/wikipedia-search.xml" ]; then
   mv /usr/share/mis/wikipedia-search.xml /usr/share/mis/wikipedia-search.xml.bak
fi

echo "A reboot is required to complete the insallation. Remember to reboot
after the installation is finished." > /tmp/asas_reboot.txt

/usr/bin/maemo-confirm-text "Reboot Required" /tmp/asas_reboot.txt