summaryrefslogtreecommitdiffstats
path: root/desktop/seafile-gui/doinst.sh
diff options
context:
space:
mode:
author Matteo Bernardini2019-12-07 20:10:05 +0100
committer Matteo Bernardini2019-12-07 20:10:05 +0100
commit5f19f8726f156f4cd3b7d127397e160af9594912 (patch)
tree675329b559b4604cc778e4db2d228eec26fb447d /desktop/seafile-gui/doinst.sh
parent4b7b01aae75cc2cc8db1eedc90b43f8400bef53e (diff)
downloadslackbuilds-current-20191207.1.tar.gz
20191207.1 global branch merge.current-20191207.1
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'desktop/seafile-gui/doinst.sh')
-rw-r--r--desktop/seafile-gui/doinst.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/desktop/seafile-gui/doinst.sh b/desktop/seafile-gui/doinst.sh
deleted file mode 100644
index 65c7e2eeb9..0000000000
--- a/desktop/seafile-gui/doinst.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-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