#!/bin/sh
#
# getIconSharePath - Get the path to the shared icon dir
#

# This is for Red Hat Linux, don't know about other systems, also may
# be install time option so may need to be overriden and may require
# probing.

echo "/usr/share/icons"
