diff options
author | Hunter Sezen <ovariegata@yahoo.com> | 2015-12-31 12:50:52 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-12-31 12:50:52 +0700 |
commit | 768e6d4739a1cfe87c1c65f112ab364b58812b23 (patch) | |
tree | b5398f0e6caf8c80970361c1440da6d3439fb222 /games/solarus-quest-editor/doinst.sh | |
parent | 457e2cc208cab9c23bc8d97b99e5f70caf206a90 (diff) | |
download | slackbuilds-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.sh | 3 |
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 |