This is purely about the touch though. You can see a fix to the screen orientation problem
here.
Or more properly something like this (or using -o, but I find that less readable):
Code:
if [ "$PRODUCT" = "dahlia" ] || [ "$PRODUCT" = "dragon" ]; then
sh $kbmenudir/kobomenu.sh -autoselectafter=0
fi
(Really people, Git, Mercurial, Bazaar… they're fantastic for crowdsourcing stuff like this.

)