diff options
author | hollywoodb <hollywoodb@fastmail.fm> | 2010-05-11 14:28:22 +0200 |
---|---|---|
committer | Alan Hicks <alan@lizella.net> | 2010-05-11 14:28:22 +0200 |
commit | 4d8424dc05d827be10d5bef7d219a1e22f8c9787 (patch) | |
tree | ece974213ed4770bbd233f95f53b92b225e82eac /games/nethack/doinst.sh | |
parent | fcd83d8dcae082fd5851f2d21d10a422a5f62bc8 (diff) | |
download | slackbuilds-4d8424dc05d827be10d5bef7d219a1e22f8c9787.tar.gz |
games/nethack: Initial import
Diffstat (limited to 'games/nethack/doinst.sh')
-rw-r--r-- | games/nethack/doinst.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/games/nethack/doinst.sh b/games/nethack/doinst.sh new file mode 100644 index 0000000000..4e7b7abb05 --- /dev/null +++ b/games/nethack/doinst.sh @@ -0,0 +1,6 @@ + +if [ -x usr/bin/update-desktop-database ]; then + ./usr/bin/update-desktop-database ./usr/share/applications >/dev/null 2>&1 +fi + + |