summaryrefslogtreecommitdiffstats
path: root/development/monkey-studio/doinst.sh
diff options
context:
space:
mode:
author Euan Thoms <euan at potensol dot com>2015-03-27 19:19:41 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-03-28 02:22:07 +0700
commit7edaf66e622fcfb35072142b436b216935327d8e (patch)
tree2295187e3670bdff32f1087234e50c2c2c3c299e /development/monkey-studio/doinst.sh
parentdf85d4fcc7bbb1ab227b9dc22656e96fe0dd8581 (diff)
downloadslackbuilds-7edaf66e622fcfb35072142b436b216935327d8e.tar.gz
slackbuilds-7edaf66e622fcfb35072142b436b216935327d8e.tar.xz
development/monkey-studio: Added (Monkey Studio IDE).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/monkey-studio/doinst.sh')
-rw-r--r--development/monkey-studio/doinst.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/development/monkey-studio/doinst.sh b/development/monkey-studio/doinst.sh
new file mode 100644
index 0000000000..5fb28930db
--- /dev/null
+++ b/development/monkey-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