diff options
author | Dario Nicodemi <dario.sbo@gmail.com> | 2010-04-08 12:18:16 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-15 10:25:10 +0200 |
commit | 9cb47019c849ab7ec56c9ffecbd29f8b75a9fcc2 (patch) | |
tree | 2c4a6293bbda33f54a5adf90c32b28732ae9c692 /games/gl-117/doinst.sh | |
parent | 05d6bdb09271487b8d628353b3b498a23cabcf4f (diff) | |
download | slackbuilds-9cb47019c849ab7ec56c9ffecbd29f8b75a9fcc2.tar.gz |
games/gl-117: Added - an action flight simulator.
Diffstat (limited to 'games/gl-117/doinst.sh')
-rw-r--r-- | games/gl-117/doinst.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/games/gl-117/doinst.sh b/games/gl-117/doinst.sh new file mode 100644 index 0000000000..7405cfcfeb --- /dev/null +++ b/games/gl-117/doinst.sh @@ -0,0 +1,4 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 +fi + |