diff options
author | Hunter Sezen <ovariegata@yahoo.com> | 2015-12-31 12:59:32 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-12-31 12:59:32 +0700 |
commit | 17df16098167abbbf39314a6933c0fc3f1cf240b (patch) | |
tree | 0335f6afce45fd20687d1e192d5e495bf37f307c /games/zelda-roth-se/doinst.sh | |
parent | 30513f3ee9fc26a8cee4474bfef169be0f60c5b0 (diff) |
games/zelda-roth-se: Added (Zelda fangame for the Solarus engine).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/zelda-roth-se/doinst.sh')
-rw-r--r-- | games/zelda-roth-se/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/zelda-roth-se/doinst.sh b/games/zelda-roth-se/doinst.sh new file mode 100644 index 000000000000..5fb28930db0b --- /dev/null +++ b/games/zelda-roth-se/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 |