summaryrefslogtreecommitdiffstats
path: root/games/quakespasm/doinst.sh
diff options
context:
space:
mode:
author Matteo Bernardini2020-06-14 18:31:09 +0200
committer Matteo Bernardini2020-06-14 18:31:09 +0200
commit977fd852aafb94712c78db12c97ba4ced4640683 (patch)
tree9b29826e40c0ce96afb9da011a23b67ff2e440fd /games/quakespasm/doinst.sh
parentf60e7c8a3ae6e8bca512899b691794a888c519a8 (diff)
downloadslackbuilds-977fd852aafb94712c78db12c97ba4ced4640683.tar.gz
20200614.1 global branch merge.current-20200614.1
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'games/quakespasm/doinst.sh')
-rw-r--r--games/quakespasm/doinst.sh3
1 files changed, 3 insertions, 0 deletions
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