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

rm -rf /var/swap/Extensions/PermanentClock

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