diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2018-06-13 08:42:06 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-17 23:56:20 -0500 |
commit | 57f60acbbdd1cecabe20ef2b1da6092f13e6e8e6 (patch) | |
tree | 0de54607ada0c8dbad7af1d01ee8cb49565d7ce3 /games/quakespasm/doinst.sh | |
parent | e368cdd265635e70f823a31306f03463553b4e4b (diff) |
games/quakespasm: Added (ID's Quake port).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'games/quakespasm/doinst.sh')
-rw-r--r-- | games/quakespasm/doinst.sh | 3 |
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 |