diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2013-04-10 15:48:58 -0300 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-04-15 17:21:02 -0500 |
commit | e7ea0f4d71fa13e8afaa66fca7abcef9a68c5df7 (patch) | |
tree | ef945281e6aa945882ab657166e19503d36e039c /games/opensonic/doinst.sh | |
parent | 28d02811e7ab6705e55bfe0e72ca651f29c15028 (diff) | |
download | slackbuilds-e7ea0f4d71fa13e8afaa66fca7abcef9a68c5df7.tar.gz |
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.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/opensonic/doinst.sh b/games/opensonic/doinst.sh new file mode 100644 index 0000000000..5fb28930db --- /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 |