summaryrefslogtreecommitdiffstats
path: root/network/uTox/doinst.sh
diff options
context:
space:
mode:
author Christoph Willing2016-08-18 00:06:40 +0200
committer Willy Sudiarto Raharjo2016-08-20 02:51:25 +0200
commitee31cb7cc1c27dbca84ebef88a4d42ef59ebd55b (patch)
tree7ce35fd4cb9fd3b9d8f5752bb77d4bf1fd69b005 /network/uTox/doinst.sh
parent203ccc4ae68c0f2e7f908495e059db976b165420 (diff)
downloadslackbuilds-ee31cb7cc1c27dbca84ebef88a4d42ef59ebd55b.tar.gz
network/uTox: Updated for version 0.9.8 + new maintainer
Signed-off-by: Christoph Willing <chris.willing@iinet.net.au>
Diffstat (limited to 'network/uTox/doinst.sh')
-rw-r--r--network/uTox/doinst.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/network/uTox/doinst.sh b/network/uTox/doinst.sh
new file mode 100644
index 0000000000..daf1ce3148
--- /dev/null
+++ b/network/uTox/doinst.sh
@@ -0,0 +1,10 @@
+
+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 usr/share/icons/hicolor >/dev/null 2>&1
+ fi
+fi