summaryrefslogtreecommitdiffstats
path: root/games/solarus-quest-editor/doinst.sh
diff options
context:
space:
mode:
author Hunter Sezen2015-12-31 06:50:52 +0100
committer Willy Sudiarto Raharjo2015-12-31 06:50:52 +0100
commit768e6d4739a1cfe87c1c65f112ab364b58812b23 (patch)
treeb5398f0e6caf8c80970361c1440da6d3439fb222 /games/solarus-quest-editor/doinst.sh
parent457e2cc208cab9c23bc8d97b99e5f70caf206a90 (diff)
downloadslackbuilds-768e6d4739a1cfe87c1c65f112ab364b58812b23.tar.gz
games/solarus-quest-editor: Added (GUI to edit quests for Solarus).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/solarus-quest-editor/doinst.sh')
-rw-r--r--games/solarus-quest-editor/doinst.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/games/solarus-quest-editor/doinst.sh b/games/solarus-quest-editor/doinst.sh
new file mode 100644
index 0000000000..5fb28930db
--- /dev/null
+++ b/games/solarus-quest-editor/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