diff options
author | Danny Schmarsel <danny@schmarsel.de> | 2016-12-30 22:04:13 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-12-31 08:22:21 +0700 |
commit | ccbac4d64e02c21179fc5977436ca96d06ab3998 (patch) | |
tree | 1e52cdacc0d1bdb57cb0e5a62bfebe639b8a33aa /games/fs2open/doinst.sh | |
parent | 748ebd675afd0a763b4d9076a08b13fea9c7a3ba (diff) | |
download | slackbuilds-ccbac4d64e02c21179fc5977436ca96d06ab3998.tar.gz |
games/fs2open: Added (FreeSpace 2 Source Code Project).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/fs2open/doinst.sh')
-rw-r--r-- | games/fs2open/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/fs2open/doinst.sh b/games/fs2open/doinst.sh new file mode 100644 index 0000000000..5fb28930db --- /dev/null +++ b/games/fs2open/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 |