diff options
author | B. Watson <yalhcru@gmail.com> | 2014-01-30 17:02:44 +0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2014-02-01 00:40:30 -0600 |
commit | cc3ee0bbc2a4d65982aed9d1614112bd11b0e383 (patch) | |
tree | 889b2d0fe2d772caf5e125937041d6581976410a /games/yae/doinst.sh | |
parent | 784b68cd9fd28c0f0e40c9c519ebffda222f8ad2 (diff) |
games/yae: Added (Yet another Apple Emulator).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/yae/doinst.sh')
-rw-r--r-- | games/yae/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/yae/doinst.sh b/games/yae/doinst.sh new file mode 100644 index 000000000000..5fb28930db0b --- /dev/null +++ b/games/yae/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 |