summarylogtreecommitdiffstats
path: root/scrt-sfx-opt-bin-9.1.1-2638.install
diff options
context:
space:
mode:
authorkistlin2021-11-27 17:57:12 +0100
committerkistlin2021-11-27 17:57:12 +0100
commit88cf202fcf03f7eb1d314ad7937242f3ab2ef1b5 (patch)
treecb33b4bf68e149b165dd50535ac3e1c3f01cc8a2 /scrt-sfx-opt-bin-9.1.1-2638.install
parent1eff6da05708d0d83b578671cf4f8208c56ff1ef (diff)
downloadaur-88cf202fcf03f7eb1d314ad7937242f3ab2ef1b5.tar.gz
update to scrt-sfx-9.1.1.2638.ubuntu20-64.tar.gz
Diffstat (limited to 'scrt-sfx-opt-bin-9.1.1-2638.install')
-rw-r--r--scrt-sfx-opt-bin-9.1.1-2638.install25
1 files changed, 25 insertions, 0 deletions
diff --git a/scrt-sfx-opt-bin-9.1.1-2638.install b/scrt-sfx-opt-bin-9.1.1-2638.install
new file mode 100644
index 000000000000..6e32072d9f7a
--- /dev/null
+++ b/scrt-sfx-opt-bin-9.1.1-2638.install
@@ -0,0 +1,25 @@
+post_install() {
+ echo
+ echo 'To set LD_LIBRARY_PATH, /etc/ld.so.conf.d/ cannot be used.'
+ echo 'This leads to conflicts with existing Qt libraries.'
+ echo 'Export LD_LIBRARY_PATH yourself. For examples see below.'
+ echo
+ echo ' SecureCRT'
+ echo ' ---------'
+ echo ' export LD_LIBRARY_PATH=/opt/scrt-sfx-opt-bin/scrt-sfx-9.1.1.2638.ubuntu20-64:${LD_LIBRARY_PATH}'
+ echo ' /opt/scrt-sfx-opt-bin/scrt-sfx-9.1.1.2638.ubuntu20-64/SecureCRT'
+ echo
+ echo ' i3 example'
+ echo ' ----------'
+ echo ' bindsym <modifier key>+<key> exec env LD_LIBRARY_PATH=/opt/scrt-sfx-opt-bin/scrt-sfx-9.1.1.2638.ubuntu20-64:${LD_LIBRARY_PATH} /opt/scrt-sfx-opt-bin/scrt-sfx-9.1.1.2638.ubuntu20-64/SecureCRT'
+ echo
+ echo ' SecureFX'
+ echo ' --------'
+ echo ' export LD_LIBRARY_PATH=/opt/scrt-sfx-opt-bin/scrt-sfx-9.1.1.2638.ubuntu20-64:${LD_LIBRARY_PATH}'
+ echo ' /opt/scrt-sfx-opt-bin/scrt-sfx-9.1.1.2638.ubuntu20-64/SecureFX'
+ echo
+ echo ' i3 example'
+ echo ' ----------'
+ echo ' bindsym <modifier key>+<key> exec env LD_LIBRARY_PATH=/opt/scrt-sfx-opt-bin/scrt-sfx-9.1.1.2638.ubuntu20-64:${LD_LIBRARY_PATH} /opt/scrt-sfx-opt-bin/scrt-sfx-9.1.1.2638.ubuntu20-64/SecureFX'
+ echo
+}