diff options
author | MagicMan <MagicMan07@bluebottle.com> | 2010-05-11 14:28:18 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 14:28:18 +0200 |
commit | 0d9c2dd8ec6fb706d2b068a9efae868b2e19e357 (patch) | |
tree | 2288642809c99210b0cd26f26a1117d4a9162575 /games/gemdropx/doinst.sh | |
parent | 4dfe05914f4ac78e856eac00103870fef191faf1 (diff) |
games/gemdropx: Initial import
Diffstat (limited to 'games/gemdropx/doinst.sh')
-rw-r--r-- | games/gemdropx/doinst.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/games/gemdropx/doinst.sh b/games/gemdropx/doinst.sh new file mode 100644 index 000000000000..98faaf3b594f --- /dev/null +++ b/games/gemdropx/doinst.sh @@ -0,0 +1,4 @@ + +if [ -x usr/bin/update-desktop-database ]; then + usr/bin/update-desktop-database usr/share/applications >/dev/null 2>&1 +fi |