summaryrefslogtreecommitdiffstats
path: root/development/android-studio/doinst.sh
diff options
context:
space:
mode:
author Roberto Metere <roberto@metere.it>2017-12-01 22:32:33 +0000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-12-02 06:31:07 +0700
commitb7930795ac3425a976e64c96d957ce0c75f11413 (patch)
treefe455da7c70e9498e6d6f49f3a65d3ec2d285617 /development/android-studio/doinst.sh
parent820818d0870ffa34cab347e92cdff14bcba36d64 (diff)
downloadslackbuilds-b7930795ac3425a976e64c96d957ce0c75f11413.tar.gz
slackbuilds-b7930795ac3425a976e64c96d957ce0c75f11413.tar.xz
development/android-studio: Updated for version 3.0.1.0_171_4443003.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'development/android-studio/doinst.sh')
-rw-r--r--development/android-studio/doinst.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/development/android-studio/doinst.sh b/development/android-studio/doinst.sh
new file mode 100644
index 0000000000..5fb28930db
--- /dev/null
+++ b/development/android-studio/doinst.sh
@@ -0,0 +1,3 @@
+if [ -x /usr/bin/update-desktop-database ]; then
+ /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
+fi