diff options
author | Iskar Enev <iskar.enev@gmail.com> | 2010-05-11 19:44:31 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 19:44:31 +0200 |
commit | 15b7b55212a0f7949be8f61f24808502b9d6d903 (patch) | |
tree | 284d3216f4159ba92d04d31a63ae80a644f2f6b9 /games/freeciv/doinst.sh | |
parent | e4b4b04463b801964125de9037ea4187def53ca6 (diff) |
games/freeciv: Updated for version 2.1.0
Diffstat (limited to 'games/freeciv/doinst.sh')
-rw-r--r-- | games/freeciv/doinst.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/games/freeciv/doinst.sh b/games/freeciv/doinst.sh new file mode 100644 index 000000000000..82a2a3043642 --- /dev/null +++ b/games/freeciv/doinst.sh @@ -0,0 +1,5 @@ + +if [ -x usr/bin/update-desktop-database ]; then + usr/bin/update-desktop-database -q usr/share/applications +fi + |