diff options
author | Heinz Wiesinger <pprkut@liwjatan.at> | 2010-05-11 22:53:49 +0200 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-05-11 22:53:49 +0200 |
commit | 4b0fb07504ad8f172d27ddd9713cb49ccae8a29e (patch) | |
tree | 63b13b49c108d17d6c0f98ccc12a1483e02c4db2 /games/widelands/doinst.sh | |
parent | 88a58a03bd884cb9ff23b8519861c0b3c41bee32 (diff) | |
download | slackbuilds-4b0fb07504ad8f172d27ddd9713cb49ccae8a29e.tar.gz |
games/widelands: Added to 12.1 repository
Diffstat (limited to 'games/widelands/doinst.sh')
-rw-r--r-- | games/widelands/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/widelands/doinst.sh b/games/widelands/doinst.sh new file mode 100644 index 0000000000..3857649f50 --- /dev/null +++ b/games/widelands/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 |