diff options
author | B. Watson <yalhcru@gmail.com> | 2011-10-29 21:44:45 -0200 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-10-29 21:44:45 -0200 |
commit | ca2058fb861b3610d6abbc6c2fc00233e119616e (patch) | |
tree | 240480b5a851081f4e6eb9c57eed1cf31f3b0e9f /games/xu4/doinst.sh | |
parent | 15b7a9ab86b823c45942dc3a9c4c013c2d7f7977 (diff) | |
download | slackbuilds-ca2058fb861b3610d6abbc6c2fc00233e119616e.tar.gz |
games/xu4: Added (Ultima IV remake)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'games/xu4/doinst.sh')
-rw-r--r-- | games/xu4/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/xu4/doinst.sh b/games/xu4/doinst.sh new file mode 100644 index 0000000000..5fb28930db --- /dev/null +++ b/games/xu4/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 |