#!/bin/sh
TMP=/tmp/.editors
echo "successfully installed"
echo "syncing disk"

echo "---------------------------------"
echo "-----------PLEASE READ-----------"
echo "---------------------------------"
echo "now you can fins the editors in the menu of the movielist!!!"
echo "....(press PLAY Button -> MENU Button)...."
echo "please reboot your box so that the extension will be mounted..."
echo "---------------------------------"
echo "---------------------------------"
echo "---------------------------------"
echo ""
echo "---------------------------------"
echo "-----------Bitte lesen-----------"
echo "---------------------------------"
echo "du kannst die Erweiterungen nun im Menue der Filmliste finden!!!"
echo "....(drcke PLAY Taste -> MENU Taste)...."
echo "bitte Box neu starten, damit die Erweiterungen genutzt werden koennen..."
echo "---------------------------------"
echo "---------------------------------"
echo "---------------------------------"
sync
exit 0