diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-03-30 22:19:58 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-03-31 09:01:56 +0700 |
commit | 653c0f67b2dba651705e0a129725d9ad81f9d343 (patch) | |
tree | b55f4390cd8ef320211f9b8dc8d0a0a235c83262 /python/unnethack/doinst.sh | |
parent | e9c0fa753bc4ca20cc1f82a7bcb83e198a26b297 (diff) |
python/unnethack: Added (fork of NetHack).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/unnethack/doinst.sh')
-rw-r--r-- | python/unnethack/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/unnethack/doinst.sh b/python/unnethack/doinst.sh new file mode 100644 index 0000000000..5fb28930db --- /dev/null +++ b/python/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 |