diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2010-05-13 00:58:10 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-13 00:58:10 +0200 |
commit | 186c86007f3e04b52470f818a50b620d25b97e7d (patch) | |
tree | b932d784c5b4a7f08ea12358a2b9467127f58f77 /games/jag/doinst.sh | |
parent | e86618aaf2687d428d9b6352cf77dc7e2735f046 (diff) | |
download | slackbuilds-186c86007f3e04b52470f818a50b620d25b97e7d.tar.gz |
games/jag: Added to 13.0 repository
Diffstat (limited to 'games/jag/doinst.sh')
-rw-r--r-- | games/jag/doinst.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/games/jag/doinst.sh b/games/jag/doinst.sh new file mode 100644 index 0000000000..f8f852bc2b --- /dev/null +++ b/games/jag/doinst.sh @@ -0,0 +1,5 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 +fi + + |