#!/bin/sh

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