summarylogtreecommitdiffstats
path: root/openresty.install
diff options
context:
space:
mode:
authorDanil Syromolotov2017-11-12 19:54:15 +0500
committerDanil Syromolotov2017-11-12 19:54:15 +0500
commit6cc922e71703f86242563cfa8ab7ec7248d42e01 (patch)
tree4ad4f0e918bdcdbf4fef88c8a967f6d9ac12b539 /openresty.install
downloadaur-6cc922e71703f86242563cfa8ab7ec7248d42e01.tar.gz
initial commit
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
+}