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

rm -rf /var/swap/saver/fcbayern

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