summarylogtreecommitdiffstats
path: root/pqlx.install
diff options
context:
space:
mode:
authorMohammadreza Abdollahzadeh2018-05-11 14:23:08 +0430
committerMohammadreza Abdollahzadeh2018-05-11 14:23:08 +0430
commit16ab686de140e0eff6a2b37e047a273dc5b8802e (patch)
tree58768200b5d001ec9fb8d7d3636c679b142bf0e1 /pqlx.install
parent814b6babfa2a05137168b08f2d7941a5baae1a2f (diff)
downloadaur-16ab686de140e0eff6a2b37e047a273dc5b8802e.tar.gz
update to v2011.365.P4
Diffstat (limited to 'pqlx.install')
-rw-r--r--pqlx.install11
1 files changed, 2 insertions, 9 deletions
diff --git a/pqlx.install b/pqlx.install
index 98e7d7940390..d814d5173334 100644
--- a/pqlx.install
+++ b/pqlx.install
@@ -1,14 +1,7 @@
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 Add your user to pqlx group and relogin:"
+ echo " sudo gpasswd -a $USER pqlx"
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"
-}