diff options
author | B. Watson <yalhcru@gmail.com> | 2016-08-14 08:29:02 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-08-14 08:29:02 +0700 |
commit | 2aea708a443843a1f5e7366250c234df542fcfd4 (patch) | |
tree | a238721cce8fc4d11e7d2f4f8626d396eab9fd27 /games/sdlpop/doinst.sh | |
parent | eb3c68f8beb3131e8c9a5f4baa09a4080998bcb0 (diff) |
games/sdlpop: Added (Prince of Persia rewrite).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/sdlpop/doinst.sh')
-rw-r--r-- | games/sdlpop/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
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 |