summaryrefslogtreecommitdiffstats
path: root/bin-editors/onlyoffice-bin/FINAL
diff options
context:
space:
mode:
authorVlad Glagolev2022-07-26 05:50:41 +0000
committerVlad Glagolev2022-07-26 05:50:41 +0000
commitca0f01310fb86dc17957f990b55082a377a0ef19 (patch)
tree181cd8d6af6b217f3e766158c4b28daf696bc72c /bin-editors/onlyoffice-bin/FINAL
parent5ded69fd3f7549d5e03ea4dda34d7c68353e7901 (diff)
onlyoffice-bin: new spell, office suite that combines text, spreadsheet and presentation editors
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"