aboutsummaryrefslogtreecommitdiff
path: root/community/9base/post-install
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-04-11 20:26:00 +0300
committerCem Keylan <cem@ckyln.com>2020-04-11 20:26:00 +0300
commitb0cee9a1d74a927d81582d317ddc14de9ffe3081 (patch)
treed527f3d013a7988de2087fdc6dcf5b7d09a1dfb0 /community/9base/post-install
parent2bbb3574feb1a6ea8e8a3f3be4c1425672d6e8ea (diff)
downloadrepository-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-xcommunity/9base/post-install11
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