diff options
author | wru <gnuandpenguinos@gmail.com> | 2013-10-26 20:39:13 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-10-27 23:38:57 -0500 |
commit | 4ff7b864a426f27c8edd849611e87e0b8a964700 (patch) | |
tree | fa9ee36758f1f6a9498f97f3e26695c9b4df6d71 /games/frogatto/doinst.sh | |
parent | 5a3df81e0d5f31bfe439a3b4c9d4314610099a89 (diff) |
games/frogatto: Added (2D platform game)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'games/frogatto/doinst.sh')
-rw-r--r-- | games/frogatto/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/frogatto/doinst.sh b/games/frogatto/doinst.sh new file mode 100644 index 0000000000000..5fb28930db0b9 --- /dev/null +++ b/games/frogatto/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 |