From cc3ee0bbc2a4d65982aed9d1614112bd11b0e383 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Thu, 30 Jan 2014 17:02:44 +0700 Subject: games/yae: Added (Yet another Apple Emulator). Signed-off-by: Willy Sudiarto Raharjo --- games/yae/doinst.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 games/yae/doinst.sh (limited to 'games/yae/doinst.sh') diff --git a/games/yae/doinst.sh b/games/yae/doinst.sh new file mode 100644 index 0000000000..5fb28930db --- /dev/null +++ b/games/yae/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 -- cgit v1.2.3-65-gdbad