diff options
author | Leo C <leoc@gmx.com> | 2017-12-03 23:16:42 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-12-09 08:27:18 +0700 |
commit | fb9324b1e59c511164417b0d4c74aec5596d04be (patch) | |
tree | b9acebf59c9cab675d0a4fe160551c5570f2773a /games/pipewalker/doinst.sh | |
parent | b2db15e771f435167f286aac7669be9bce533dd9 (diff) |
games/pipewalker: Added (PipeWalker game).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games/pipewalker/doinst.sh')
-rw-r--r-- | games/pipewalker/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/pipewalker/doinst.sh b/games/pipewalker/doinst.sh new file mode 100644 index 000000000000..5fb28930db0b --- /dev/null +++ b/games/pipewalker/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 |