diff options
author | Dugan Chen <thedoogster [at] gmail [dot] com> | 2017-03-15 17:38:59 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-03-18 06:58:37 +0700 |
commit | d42d609c9e082aaebb0d1c555259bec7942a77c8 (patch) | |
tree | 3494f7e837a18a3447b63340986d5780e8069a86 /games/crispy-doom/doinst.sh | |
parent | 441363978121a85e584bc7b475aef3ec0e86b6ff (diff) |
games/crispy-doom: Updated for version 4.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games/crispy-doom/doinst.sh')
-rw-r--r-- | games/crispy-doom/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/crispy-doom/doinst.sh b/games/crispy-doom/doinst.sh new file mode 100644 index 0000000000000..5fb28930db0b9 --- /dev/null +++ b/games/crispy-doom/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 |