summarylogtreecommitdiffstats
path: root/pqlx.install
diff options
context:
space:
mode:
authorMohammadreza Abdollahzadeh2016-06-11 07:45:00 +0430
committerMohammadreza Abdollahzadeh2016-06-11 07:45:00 +0430
commit814b6babfa2a05137168b08f2d7941a5baae1a2f (patch)
tree3b5034d80cd41682d73b3ffa20614b5f6b0e84f0 /pqlx.install
downloadaur-814b6babfa2a05137168b08f2d7941a5baae1a2f.tar.gz
Initial import
Diffstat (limited to 'pqlx.install')
-rw-r--r--pqlx.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/pqlx.install b/pqlx.install
new file mode 100644
index 000000000000..98e7d7940390
--- /dev/null
+++ b/pqlx.install
@@ -0,0 +1,14 @@
+post_install() {
+ echo -e "\e[1;33m==> NOTICE:\e[0m before using this software"
+ echo -e "\e[1;32m==>\e[0m Add following two lines to your bashrc or zshrc file:"
+ echo " export PQLX=/opt/pqlx"
+ echo " source /opt/pqlx/PROD/PQLXprodVars"
+ echo -e "\e[1;32m==>\e[0m Initialize MySQl for PQLX:"
+ echo " bash /opt/pqlx/PROD/bin/LINUX/initPQLXdb.sh"
+}
+
+post_remove() {
+ echo -e "\e[1;33m==> WARNING\e[0m Please remove following two lines from your bashrc or zshrc file:"
+ echo " export PQLX=/opt/pqlx"
+ echo " source /opt/pqlx/PROD/PQLXprodVars"
+}