diff options
author | B. Watson <yalhcru@gmail.com> | 2010-04-08 22:40:57 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-15 10:25:37 +0200 |
commit | 875ae3ca0352790a2d4ee699f4c6870e8e12f501 (patch) | |
tree | 5667e041a8f714e18ef4700b7f8b99889846e4f3 /games/glbsp/doinst.sh | |
parent | e33c641b630ab8d7150403793685f2eccee0ce60 (diff) | |
download | slackbuilds-875ae3ca0352790a2d4ee699f4c6870e8e12f501.tar.gz |
games/glbsp: Added (node builder for DOOM)
Diffstat (limited to 'games/glbsp/doinst.sh')
-rw-r--r-- | games/glbsp/doinst.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/games/glbsp/doinst.sh b/games/glbsp/doinst.sh new file mode 100644 index 0000000000..4e8ba7071d --- /dev/null +++ b/games/glbsp/doinst.sh @@ -0,0 +1,4 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 +fi + |