#!/bin/sh
TMP=/tmp/.infos
echo "successfully installed"
echo "syncing disk"
echo "please reboot your box so that the extension will be mounted..."
sync
echo "--------------------------------------------------------------------------------------------"
echo "WARNING: This plugin will only work correctly if you use a kingsize (KS) or HD skin!!!!"
echo "--------------------------------------------------------------------------------------------"
echo "--------------------------------------------------------------------------------------------"
echo "WARNUNG: Dieses Plugin funktioniert nur, wenn ein Kingsize (KS) oder HD Skin genutzt wird!!!"
echo "--------------------------------------------------------------------------------------------"
exit 0