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

rm -r /var/swap/skins/light_3D

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