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

rm -r /var/swap/skins/Kerni-HD1_Grey

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