From 808708d819c60944f66b9c4a493e9359e49585cd Mon Sep 17 00:00:00 2001 From: Eric Sandall Date: Tue, 27 Apr 2010 22:04:28 -0700 Subject: gametable: Add desktop file --- bin-games/gametable/INSTALL | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3