From 17df16098167abbbf39314a6933c0fc3f1cf240b Mon Sep 17 00:00:00 2001 From: Hunter Sezen Date: Thu, 31 Dec 2015 12:59:32 +0700 Subject: games/zelda-roth-se: Added (Zelda fangame for the Solarus engine). Signed-off-by: Willy Sudiarto Raharjo --- games/zelda-roth-se/doinst.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 games/zelda-roth-se/doinst.sh (limited to 'games/zelda-roth-se/doinst.sh') diff --git a/games/zelda-roth-se/doinst.sh b/games/zelda-roth-se/doinst.sh new file mode 100644 index 0000000000..5fb28930db --- /dev/null +++ b/games/zelda-roth-se/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