diff options
author | B. Watson <yalhcru@gmail.com> | 2016-08-15 00:36:47 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2016-08-15 00:36:47 +0100 |
commit | 06b1260579bc185748fe93415b0590021ffabf20 (patch) | |
tree | 8ad2b4c7527d03c6c21d9e2ad10674596cba390c /games/aklabeth/doinst.sh | |
parent | d1701a692900b0384123dd0960d35e8a0454ec72 (diff) |
games/aklabeth: Added (remake of Richard Garriott's Ultima prequel).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games/aklabeth/doinst.sh')
-rw-r--r-- | games/aklabeth/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/aklabeth/doinst.sh b/games/aklabeth/doinst.sh new file mode 100644 index 0000000000000..5fb28930db0b9 --- /dev/null +++ b/games/aklabeth/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 |