diff options
author | M.Dinslage <daedra1980{at}gmail{dot}com> | 2010-05-14 00:22:04 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-16 22:24:34 -0500 |
commit | b65e993a8d4b7306ae2294dd0be0a2511324b782 (patch) | |
tree | 8ec4e8e299fd09d1a0870625475c4fc5b46f838b /games/lincity-ng/doinst.sh | |
parent | f85f02a2b43e493e9b2d7e286c384e8b6e48dc5b (diff) |
games/lincity-ng: Added (SDL city simulation game).
Diffstat (limited to 'games/lincity-ng/doinst.sh')
-rw-r--r-- | games/lincity-ng/doinst.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/games/lincity-ng/doinst.sh b/games/lincity-ng/doinst.sh new file mode 100644 index 000000000000..98667fc359f2 --- /dev/null +++ b/games/lincity-ng/doinst.sh @@ -0,0 +1,8 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q /usr/share/applications >/dev/null 2>&1 +fi + +if [ -x /usr/bin/update-mime-database ]; then + /usr/bin/update-mime-database /usr/share/mime >/dev/null 2>&1 +fi + |