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

rm -rf /var/swap/extensions/AutoTimer

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