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

rm -r /var/swap/bin/gbox800_swap

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