diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-04-17 15:04:03 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-04-23 07:51:39 +0700 |
commit | 82ba3d2a8afebccd0a4ebdaf57902e0c54c5fd83 (patch) | |
tree | 43dc0e534d9d4aa6689f10c38f5c8686057740f2 /games/unnethack/doinst.sh | |
parent | 27f51eebdf99bf448f565a5969ac139c726fe304 (diff) | |
download | slackbuilds-82ba3d2a8afebccd0a4ebdaf57902e0c54c5fd83.tar.gz |
games/unnethack: Moved to Games category.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/unnethack/doinst.sh')
-rw-r--r-- | games/unnethack/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/unnethack/doinst.sh b/games/unnethack/doinst.sh new file mode 100644 index 0000000000..5fb28930db --- /dev/null +++ b/games/unnethack/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 |