summaryrefslogtreecommitdiff
path: root/games/stella/doinst.sh
diff options
context:
space:
mode:
authordsomero <xgizzmo@slackbuilds.org>2012-09-29 17:58:36 -0400
committerRobby Workman <rworkman@slackbuilds.org>2012-09-29 17:17:46 -0500
commit8648c6b66a452bf4e1c10a2c19a8fb5e5217de33 (patch)
tree65fe3227102853b07d035bb0f1fe7c10452a02fc /games/stella/doinst.sh
parent656835cd2c9d7b5885ef5e2ca651d6659c650b88 (diff)
downloadslackbuilds-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.sh4
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
+