summarylogtreecommitdiffstats
path: root/scrt-sfx-opt-bin-9.2.1-2768.install
diff options
context:
space:
mode:
authorkistlin2022-05-12 22:16:08 +0200
committerkistlin2022-05-12 22:16:08 +0200
commit37231c1a41d039617f4f45ffaeb985e768863180 (patch)
treef531662166d200b82595cadad29945582a1281a7 /scrt-sfx-opt-bin-9.2.1-2768.install
parent6a8034cb68127cdf1ec480f593b16fca537185cc (diff)
downloadaur-37231c1a41d039617f4f45ffaeb985e768863180.tar.gz
update to scrt-sfx-9.2.1.2768.ubuntu20-64.tar.gz
Diffstat (limited to 'scrt-sfx-opt-bin-9.2.1-2768.install')
-rw-r--r--scrt-sfx-opt-bin-9.2.1-2768.install25
1 files changed, 25 insertions, 0 deletions
diff --git a/scrt-sfx-opt-bin-9.2.1-2768.install b/scrt-sfx-opt-bin-9.2.1-2768.install
new file mode 100644
index 000000000000..5cfc06474c77
--- /dev/null
+++ b/scrt-sfx-opt-bin-9.2.1-2768.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.2.1.2768.ubuntu20-64:${LD_LIBRARY_PATH}'
+ echo ' /opt/scrt-sfx-opt-bin/scrt-sfx-9.2.1.2768.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.2.1.2768.ubuntu20-64:${LD_LIBRARY_PATH} /opt/scrt-sfx-opt-bin/scrt-sfx-9.2.1.2768.ubuntu20-64/SecureCRT'
+ echo
+ echo ' SecureFX'
+ echo ' --------'
+ echo ' export LD_LIBRARY_PATH=/opt/scrt-sfx-opt-bin/scrt-sfx-9.2.1.2768.ubuntu20-64:${LD_LIBRARY_PATH}'
+ echo ' /opt/scrt-sfx-opt-bin/scrt-sfx-9.2.1.2768.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.2.1.2768.ubuntu20-64:${LD_LIBRARY_PATH} /opt/scrt-sfx-opt-bin/scrt-sfx-9.2.1.2768.ubuntu20-64/SecureFX'
+ echo
+}