]> gitweb @ CieloNegro.org - pkgsrc-xorg-server.git/blob - INSTALL
Yay! It at least reboots!!! ...but keymaps are broken.
[pkgsrc-xorg-server.git] / INSTALL
1 # -*- sh -*-
2 # $NetBSD$
3 #
4 case ${STAGE} in
5     POST-INSTALL)
6         if [ ! -e "/Applications/Utilities/X11.app" ]; then
7             ln -s "@DARWIN_X11_APP_DIR@/X11.app" "/Applications/Utilities"
8         fi
9         if [ ! -e "@PREFIX@/bin/X" ]; then
10             ln -s "@PREFIX@/bin/Xquartz" "@PREFIX@/bin/X"
11         fi
12         ;;
13 esac