# -*- sh -*- # $NetBSD$ # case ${STAGE} in POST-INSTALL) if [ ! -e "/Applications/Utilities/X11.app" ]; then ln -s "@DARWIN_X11_APP_DIR@/X11.app" "/Applications/Utilities" fi if [ ! -e "@PREFIX@/bin/X" ]; then ln -s "@PREFIX@/bin/Xquartz" "@PREFIX@/bin/X" fi ;; esac