summarylogtreecommitdiffstats
path: root/openresty.install
diff options
context:
space:
mode:
authorDaichi Shinozaki2016-02-02 11:22:21 +0000
committerDaichi Shinozaki2016-02-02 11:22:21 +0000
commit5b12be10a4130c7e516af5cc8b3d9f56272af4c4 (patch)
tree4f6a8bb74eb31aef19f7e90cd12ea49b63c9e83a /openresty.install
parentc258e10df3662dfe95ca3ed3eae22553b2babfdf (diff)
downloadaur-5b12be10a4130c7e516af5cc8b3d9f56272af4c4.tar.gz
Added a openresty.install
Diffstat (limited to 'openresty.install')
-rw-r--r--openresty.install10
1 files changed, 10 insertions, 0 deletions
diff --git a/openresty.install b/openresty.install
new file mode 100644
index 000000000000..5bb3904b5f80
--- /dev/null
+++ b/openresty.install
@@ -0,0 +1,10 @@
+post_install(){
+ cat<<'EOL'
+Please add a following line to the ~/.bashrc or ~/.zshrc :
+export PATH=/opt/openresty/bin:$PATH
+EOL
+
+}
+post_upgrade(){
+ post_install
+}