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

rm -rf /var/swap/extensions/Foreca

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