#!/bin/bash
( cd /usr/share/icons/hicolor/36x36
if test ! -e apps/gnome-spinner.png
then rm -rf apps
ln -s ../../gnome/48x48/apps apps
fi )
