#!/bin/sh


echo "Updating icon cache..."
gtk-update-icon-cache -f /usr/share/icons/DarkPurpy
exit 0
