diff options
author | Hunter Sezen <ovariegata@yahoo.com> | 2015-12-05 01:50:21 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-12-05 01:50:21 +0700 |
commit | 0fe05da587281f2ff89f15de11814c62e15bc8a4 (patch) | |
tree | 767734abd85b5ff9bd5cb2d91613e719d578f660 /games/marathon-rubicon-data/doinst.sh | |
parent | e200edeb58ab0cafefad2f9430676f3fb7193f15 (diff) |
games/marathon-rubicon-data: Added (game data).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/marathon-rubicon-data/doinst.sh')
-rw-r--r-- | games/marathon-rubicon-data/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/marathon-rubicon-data/doinst.sh b/games/marathon-rubicon-data/doinst.sh new file mode 100644 index 000000000000..5fb28930db0b --- /dev/null +++ b/games/marathon-rubicon-data/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 |