# gnome-icon-theme
# ================
# Slackware 9.0's 'gnome-icon-theme' package includes version 1.0.0, 9.1's
# includes 1.0.9, 10.0's and 10.1's include 1.2.3 As of Slackware 10.2,
# Gnome is no longer included.
# Below I include several different versions, each one for a different
# major release of Gnome, but keep in mind that I only actually use the
# 2.16.x version. Install hicolor-icon-theme, then the version of
# gnome-icon-theme that matches the version of Gnome that you're using
# (or are installing).
# If you ever want to uninstall gnome-icon-theme, or clean up files from
# an old version before installing a new one, skip down to the bottom for
# instructions.
# If you ever want to uninstall gnome-icon-theme, this should do it:
cd
su
test -d src/gnome-icon-theme-* &&
( cd src/gnome-icon-theme-* ; make uninstall )
# Other things may use this path, I'm not sure...
rm -f /usr/lib/pkgconfig/gnome-icon-theme.pc
test -d /usr/share/icons/gnome && rm -r /usr/share/icons/gnome
test -d /usr/share/icons/hicolor && rm -r /usr/share/icons/hicolor
ldconfig
exit
find ~/src -maxdepth 1 -type d -name "gnome-icon-theme-*" -exec rm -r {} \;
rm -f ~/installed/gnome-icon-theme-*.tar.*