summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Sandall2010-04-27 22:04:28 -0700
committerEric Sandall2010-04-27 22:04:28 -0700
commit808708d819c60944f66b9c4a493e9359e49585cd (patch)
tree64fdabf508c8d284ca521e0dc81c44313fa26fbd
parent0e9c10dc327798006a281e9f913b8c03e93c6b0d (diff)
gametable: Add desktop file
-rwxr-xr-xbin-games/gametable/INSTALL11
1 files changed, 10 insertions, 1 deletions
diff --git a/bin-games/gametable/INSTALL b/bin-games/gametable/INSTALL
index ca74082..7839aa4 100755
--- a/bin-games/gametable/INSTALL
+++ b/bin-games/gametable/INSTALL
@@ -13,4 +13,13 @@ cd -
EOF
chgrp games "$INSTALL_ROOT/usr/games/$SPELL" &&
-chmod 0750 "$INSTALL_ROOT/usr/games/$SPELL"
+chmod 0750 "$INSTALL_ROOT/usr/games/$SPELL" &&
+
+cat << EOF > $INSTALL_ROOT/usr/share/applications/$SPELL.desktop
+[Desktop Entry]
+Name=Gametable
+Comment=Shared whiteboard client
+Exec=gametable
+Type=Application
+Categories=Game;StrategyGame;
+EOF