summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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