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

rm -rf /var/swap/Extensions/EPGRefresh

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