summaryrefslogtreecommitdiffstats
path: root/games/quakespasm/doinst.sh
diff options
context:
space:
mode:
author Matteo Bernardini2018-09-22 08:05:57 +0200
committer Matteo Bernardini2018-09-22 08:05:57 +0200
commitc2409cd065615c87628c139ae1363a1a8c74ed46 (patch)
tree377e15a0c84c297e32488f0a3f9a02b51923a226 /games/quakespasm/doinst.sh
parent9244da3a67d16848cc6d7adcd82971b8d6c24274 (diff)
downloadslackbuilds-current-20180922.1.tar.gz
20180922.1 global branch merge.current-20180922.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