summaryrefslogtreecommitdiffstats
path: root/bin-editors/onlyoffice-bin/FINAL
diff options
context:
space:
mode:
Diffstat (limited to 'bin-editors/onlyoffice-bin/FINAL')
-rwxr-xr-xbin-editors/onlyoffice-bin/FINAL8
1 files changed, 8 insertions, 0 deletions
diff --git a/bin-editors/onlyoffice-bin/FINAL b/bin-editors/onlyoffice-bin/FINAL
new file mode 100755
index 0000000..4668792
--- /dev/null
+++ b/bin-editors/onlyoffice-bin/FINAL
@@ -0,0 +1,8 @@
+# binaries require /lib64
+if [ ! -d "${INSTALL_ROOT}/lib64" ]; then
+ ln -vsf "${TRACK_ROOT}/lib" "${INSTALL_ROOT}/lib64"
+fi &&
+
+update-desktop-database &&
+
+gtk-update-icon-cache -q -t -f "${INSTALL_ROOT}/usr/share/icons/hicolor"