summaryrefslogtreecommitdiffstats
path: root/desktop/seafile-client/doinst.sh
diff options
context:
space:
mode:
author Matteo Bernardini2019-04-20 20:10:07 +0200
committer Matteo Bernardini2019-04-20 20:10:07 +0200
commit4aa3bdbdb45235aefbb8760b054fe85c4dd34e26 (patch)
treecea7a5d09c01650a9bc1756be62de1b44a249093 /desktop/seafile-client/doinst.sh
parentfd5a9ea5097bc1dcbece1263d54364dde06a588f (diff)
downloadslackbuilds-4aa3bdbdb45235aefbb8760b054fe85c4dd34e26.tar.gz
20190420.1 global branch merge.current-20190420.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