#!/bin/sh
#
# getGuiBinPaths - returns "known" GUI bin directories 
#
# Known are defined as the ones generated by the scripts, if there are others
# that need to be known, then they should be added to the scripts.



echo "/usr/X11/bin /usr/X11R6/bin"


