summaryrefslogtreecommitdiffstats
path: root/games/quakespasm/doinst.sh
diff options
context:
space:
mode:
author Matteo Bernardini2019-07-13 09:08:14 +0200
committer Matteo Bernardini2019-07-13 09:08:14 +0200
commit0dca1241983bd5ca82ef423f45626f3e73168444 (patch)
tree845f896bcfabaf51f3e6d235325be8ae6f584219 /games/quakespasm/doinst.sh
parent1b0aba303888b938f7679da7938027bc29ace85e (diff)
downloadslackbuilds-3abe86683a818c3d00137b91975452690798d4b6.tar.gz
20190713.1 global branch merge.current-20190713.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