diff options
author | Cem Keylan <cem@ckyln.com> | 2020-04-11 20:26:00 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-04-11 20:26:00 +0300 |
commit | b0cee9a1d74a927d81582d317ddc14de9ffe3081 (patch) | |
tree | d527f3d013a7988de2087fdc6dcf5b7d09a1dfb0 /community/9base/post-install | |
parent | 2bbb3574feb1a6ea8e8a3f3be4c1425672d6e8ea (diff) | |
download | repository-b0cee9a1d74a927d81582d317ddc14de9ffe3081.tar.gz |
9base: multiple changes
* Switch source to git
* Install to /usr
* Remove post-install
Diffstat (limited to 'community/9base/post-install')
-rwxr-xr-x | community/9base/post-install | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/community/9base/post-install b/community/9base/post-install deleted file mode 100755 index 45430efb..00000000 --- a/community/9base/post-install +++ /dev/null @@ -1,11 +0,0 @@ -#!/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 |