From 2aea708a443843a1f5e7366250c234df542fcfd4 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sun, 14 Aug 2016 08:29:02 +0700 Subject: games/sdlpop: Added (Prince of Persia rewrite). Signed-off-by: Willy Sudiarto Raharjo --- games/sdlpop/doinst.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 games/sdlpop/doinst.sh (limited to 'games/sdlpop/doinst.sh') diff --git a/games/sdlpop/doinst.sh b/games/sdlpop/doinst.sh new file mode 100644 index 000000000000..5fb28930db0b --- /dev/null +++ b/games/sdlpop/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