From 1f83bd4e081733c3e61db79691b35b4d7520c707 Mon Sep 17 00:00:00 2001 From: Matteo Bernardini Date: Sat, 5 Jan 2019 11:02:35 +0100 Subject: 20190105.1 global branch merge. Signed-off-by: Matteo Bernardini --- games/quakespasm/doinst.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 games/quakespasm/doinst.sh (limited to 'games/quakespasm/doinst.sh') diff --git a/games/quakespasm/doinst.sh b/games/quakespasm/doinst.sh new file mode 100644 index 0000000000..5fb28930db --- /dev/null +++ b/games/quakespasm/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