#!/bin/sh
TMP=/tmp/.infos

rm -rf /usr/lib/enigma2/python/Plugins/Extensions/FritzCall

echo "successfully removed"
echo "syncing disk"
sync
exit 0