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

rm -rf /var/swap/extensions/MediaCenter

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