summaryrefslogtreecommitdiffstats
path: root/desktop/seafile-client/doinst.sh
diff options
context:
space:
mode:
author Matteo Bernardini2020-02-29 10:21:37 +0100
committer Matteo Bernardini2020-02-29 10:21:37 +0100
commit37498e325fe958c6948fae9ee70e16ec9427d9a4 (patch)
tree6a9ede00269c6dd697d95d5c43739ec0741dc379 /desktop/seafile-client/doinst.sh
parente672baf11d590fdc9d8bd90c2cd50fc6232efd4e (diff)
downloadslackbuilds-409ab3c914ce10676bfe6379ae99c7484e007a99.tar.gz
20200229.1 global branch merge.current-20200229.1
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'desktop/seafile-client/doinst.sh')
-rw-r--r--desktop/seafile-client/doinst.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/desktop/seafile-client/doinst.sh b/desktop/seafile-client/doinst.sh
new file mode 100644
index 0000000000..65c7e2eeb9
--- /dev/null
+++ b/desktop/seafile-client/doinst.sh
@@ -0,0 +1,9 @@
+if [ -x /usr/bin/update-desktop-database ]; then
+ /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
+fi
+
+if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then
+ if [ -x /usr/bin/gtk-update-icon-cache ]; then
+ /usr/bin/gtk-update-icon-cache -f usr/share/icons/hicolor >/dev/null 2>&1
+ fi
+fi