diff options
author | dsomero <xgizzmo@slackbuilds.org> | 2012-09-16 23:29:31 -0400 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-09-16 23:31:35 -0500 |
commit | b0754deaf8d6a58310a1fc0d116b06bd777203ba (patch) | |
tree | f496e87c8ed73b092c422e7b83b0af310126141c /games/fgrun/doinst.sh | |
parent | b4f1a3e7ff0e77227030908554300b3f276dddd0 (diff) | |
download | slackbuilds-b0754deaf8d6a58310a1fc0d116b06bd777203ba.tar.gz |
games/fgrun: Updated for version 1.6.2
Diffstat (limited to 'games/fgrun/doinst.sh')
-rw-r--r-- | games/fgrun/doinst.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/games/fgrun/doinst.sh b/games/fgrun/doinst.sh new file mode 100644 index 0000000000..4e8ba7071d --- /dev/null +++ b/games/fgrun/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 + |