summarylogtreecommitdiffstats
path: root/plan9.install
diff options
context:
space:
mode:
authorSergiusz Urbaniak2015-07-08 16:13:52 +0200
committerSergiusz Urbaniak2015-07-08 16:13:52 +0200
commit30638ce7cc58c50bc4783e6a18238f00bd49343b (patch)
tree61b7e08853528f3069b826dbe25b9387235f8c0b /plan9.install
downloadaur-30638ce7cc58c50bc4783e6a18238f00bd49343b.tar.gz
initial commit
Diffstat (limited to 'plan9.install')
-rw-r--r--plan9.install8
1 files changed, 8 insertions, 0 deletions
diff --git a/plan9.install b/plan9.install
new file mode 100644
index 000000000000..1d361127ffe3
--- /dev/null
+++ b/plan9.install
@@ -0,0 +1,8 @@
+post_install() {
+ echo ""
+ echo "==> In order to use Plan9 specific apps, run them"
+ echo " as arguments to the '9' script, i.e. '9 date'"
+ echo "==> Please log off or 'source /etc/profile.d/plan9.sh'"
+ echo "==> Run '9 man 1 intro | less' to begin"
+ source /etc/profile.d/plan9.sh
+}