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

rm -r /var/swap/bin/mgcamd_1.35_swap

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