diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2010-09-17 04:41:43 -0400 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-09-21 22:09:37 -0500 |
commit | 51ddce634e8a98c0342e1173fa2d32a0c975529f (patch) | |
tree | c3efe529d66a07d78e20a857798786a527c908e2 /games/glestae/doinst.sh | |
parent | 9795bb800a5c3992e8ba4501d50016efce8ee0fe (diff) |
games/glestae: Added (Glest Advanced Engine)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'games/glestae/doinst.sh')
-rw-r--r-- | games/glestae/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/glestae/doinst.sh b/games/glestae/doinst.sh new file mode 100644 index 000000000000..5fb28930db0b --- /dev/null +++ b/games/glestae/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 |