diff options
Diffstat (limited to 'community/9base/post-install')
-rwxr-xr-x | community/9base/post-install | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/community/9base/post-install b/community/9base/post-install new file mode 100755 index 00000000..45430efb --- /dev/null +++ b/community/9base/post-install @@ -0,0 +1,11 @@ +#!/bin/sh -e + +cat <<EOF + +-> NOTE: Plan9 programs are installed to +-> /usr/local/plan9/ to avoid conflicts with +-> system programs. If you want to be able to +-> use Plan9 programs, add /usr/local/plan9/bin +-> to your path. + +EOF |