aboutsummaryrefslogtreecommitdiff
path: root/games/opensonic/doinst.sh
diff options
context:
space:
mode:
authorLarry Hajali <larryhaja[at]gmail[dot]com>2013-04-10 15:48:58 -0300
committerRobby Workman <rworkman@slackbuilds.org>2013-04-15 17:21:02 -0500
commite7ea0f4d71fa13e8afaa66fca7abcef9a68c5df7 (patch)
treeef945281e6aa945882ab657166e19503d36e039c /games/opensonic/doinst.sh
parent28d02811e7ab6705e55bfe0e72ca651f29c15028 (diff)
downloadslackbuilds-e7ea0f4d71fa13e8afaa66fca7abcef9a68c5df7.tar.xz
games/opensonic: Added (game based on Sonic the Hedgehog)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'games/opensonic/doinst.sh')
-rw-r--r--games/opensonic/doinst.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/games/opensonic/doinst.sh b/games/opensonic/doinst.sh
new file mode 100644
index 000000000000..5fb28930db0b
--- /dev/null
+++ b/games/opensonic/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