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