diff options
author | Cem Keylan <cem@ckyln.com> | 2020-01-13 09:37:57 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-01-13 09:37:57 +0300 |
commit | a87ed7232836f1270661344afd202c3c66367f57 (patch) | |
tree | ebe08e77b3318fe11b7da759e4a48e9307d0f113 /community/9base/post-install | |
parent | 85d52a1e79026b11306724a00d389547377ef230 (diff) | |
download | repository-a87ed7232836f1270661344afd202c3c66367f57.tar.gz |
9base: add package to community
Diffstat (limited to 'community/9base/post-install')
-rwxr-xr-x | community/9base/post-install | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/community/9base/post-install b/community/9base/post-install new file mode 100755 index 00000000..0a4fe747 --- /dev/null +++ b/community/9base/post-install @@ -0,0 +1,9 @@ +#!/bin/sh -e + +cat <<EOF + +-> NOTE: Plan9 programs are installed to +-> /usr/local/plan9/ to avoid conflicts with +-> system programs + +EOF |