#!/bin/sh

if [ -d /usr/share/icons/frost-icons ]; then

rm -rf /usr/share/icons/frost-icons

fi

return 0
