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

rm -rf /var/swap/extensions/FritzCall

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