diff options
author | Dan-Simon Myrland <dansimon@radiotube.org> | 2017-03-24 16:25:26 +0000 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-03-25 00:07:32 +0000 |
commit | b07409795c2d101f48f34a81a465b319f5ad8623 (patch) | |
tree | f0115cd20f194cd09fe574169542b0b51c4589cd /games/asciijump/doinst.sh | |
parent | 833fe34d61614c17492effa2f33d6abdcbda6031 (diff) | |
download | slackbuilds-b07409795c2d101f48f34a81a465b319f5ad8623.tar.gz |
games/asciijump: Added (ncurses ski jumping game).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games/asciijump/doinst.sh')
-rw-r--r-- | games/asciijump/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/asciijump/doinst.sh b/games/asciijump/doinst.sh new file mode 100644 index 0000000000..5fb28930db --- /dev/null +++ b/games/asciijump/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 |