From 59ce4cdb79e54fe0742dffc22c20bafc852554a8 Mon Sep 17 00:00:00 2001 From: Matteo Bernardini Date: Sat, 12 Jan 2019 10:52:52 +0100 Subject: 20190112.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