diff options
author | David Melik <dchmelik@gmail.com> | 2017-06-14 15:35:18 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-06-15 18:35:57 +0700 |
commit | 435624f86e0671a1726c995496f0f48cd2439675 (patch) | |
tree | 574a8571029e25562ff35df14cf3d0f9600cf27e /games/tome-sx/doinst.sh | |
parent | ec3e5e52d949c6a6478c6c566ec27b66a492b4d5 (diff) |
games/tome-sx: Added (fantasy adventure game).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games/tome-sx/doinst.sh')
-rw-r--r-- | games/tome-sx/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/tome-sx/doinst.sh b/games/tome-sx/doinst.sh new file mode 100644 index 0000000000000..5fb28930db0b9 --- /dev/null +++ b/games/tome-sx/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 |