steam moved in separate menu entry

This commit is contained in:
Francois B 2018-03-23 12:29:52 +01:00
parent 84da95cb8d
commit c6d3a9904a
3 changed files with 11 additions and 1 deletions

View file

@ -166,6 +166,13 @@ function installGamesMenu () {
installAppsFromListMenu games installAppsFromListMenu games
} }
#
# Steam (Menu only, due to licence agreement)
#
function installSteamMenu () {
installPackage apt steam
}
# #
# install Burning Apps (headless) # install Burning Apps (headless)
# #

View file

@ -305,6 +305,7 @@ function showAppInstallMenu () {
"internet" "Internet Apps" \ "internet" "Internet Apps" \
"utilities" "Misc Utilities" \ "utilities" "Misc Utilities" \
"games" "Games & tools" \ "games" "Games & tools" \
"steam" "Steam" \
"burningtools" "Disc Burning and tools" \ "burningtools" "Disc Burning and tools" \
"nettools" "Network tools" \ "nettools" "Network tools" \
"cajaplugins" "Caja Plugins" \ "cajaplugins" "Caja Plugins" \
@ -336,6 +337,9 @@ function showAppInstallMenu () {
"games") "games")
installGamesMenu installGamesMenu
;; ;;
"steam")
installSteamMenu
;;
"burningtools") "burningtools")
installBurningToolsMenu installBurningToolsMenu
;; ;;

View file

@ -190,7 +190,6 @@ PyOpenGL;pip;python;PyOpenGL
tweepy;pip;python;tweepy tweepy;pip;python;tweepy
weppy;pip;python;weppy weppy;pip;python;weppy
py-term;pip;python;py-term py-term;pip;python;py-term
steam;apt;games;steam
jstest-gtk;apt;games;jstest-gtk jstest-gtk;apt;games;jstest-gtk
brasero;apt;burningtools;brasero brasero;apt;burningtools;brasero
k3b;apt;burningtools;k3b k3b;apt;burningtools;k3b