diff options
author | B. Watson <yalhcru@gmail.com> | 2010-05-12 23:29:23 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-12 23:29:23 +0200 |
commit | 20eb94d46acb721b51a2d2ce0520578f9b76bb2c (patch) | |
tree | c3b3de5615c9a9e48e77cf757e2485ab114e0491 /games/icebreaker/doinst.sh | |
parent | c068d7ff523babc1fa8a1a21d479e7fb7025539d (diff) | |
download | slackbuilds-20eb94d46acb721b51a2d2ce0520578f9b76bb2c.tar.gz |
games/icebreaker: Added to 12.2 repository
Diffstat (limited to 'games/icebreaker/doinst.sh')
-rw-r--r-- | games/icebreaker/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/icebreaker/doinst.sh b/games/icebreaker/doinst.sh new file mode 100644 index 0000000000..3857649f50 --- /dev/null +++ b/games/icebreaker/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 +fi |