diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2010-08-24 00:18:59 -0400 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-08-29 15:32:11 -0500 |
commit | e9b01c5092012f12900b112730d41c09cb6d542e (patch) | |
tree | 004c4cf44387c913a43172055e169a1d60a2d68d /games/chroma/doinst.sh | |
parent | 3e5a0a0503272a96d94292ddcaf0e5357d3f218e (diff) | |
download | slackbuilds-e9b01c5092012f12900b112730d41c09cb6d542e.tar.gz |
games/chroma: Added (abstract puzzle game)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'games/chroma/doinst.sh')
-rw-r--r-- | games/chroma/doinst.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/games/chroma/doinst.sh b/games/chroma/doinst.sh new file mode 100644 index 0000000000..4e8ba7071d --- /dev/null +++ b/games/chroma/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 + |