diff options
author | dsomero <xgizzmo@slackbuilds.org> | 2012-09-29 17:58:36 -0400 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-09-29 17:17:46 -0500 |
commit | 8648c6b66a452bf4e1c10a2c19a8fb5e5217de33 (patch) | |
tree | 65fe3227102853b07d035bb0f1fe7c10452a02fc /games/stella/doinst.sh | |
parent | 656835cd2c9d7b5885ef5e2ca651d6659c650b88 (diff) | |
download | slackbuilds-8648c6b66a452bf4e1c10a2c19a8fb5e5217de33.tar.gz |
games/stella: Fixed (Handle desktop file)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'games/stella/doinst.sh')
-rw-r--r-- | games/stella/doinst.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/games/stella/doinst.sh b/games/stella/doinst.sh new file mode 100644 index 0000000000..4e8ba7071d --- /dev/null +++ b/games/stella/doinst.sh @@ -0,0 +1,4 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 +fi + |