diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-07-26 03:54:23 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-07-26 04:00:32 -0300 |
commit | 26b294a2b782b9ee0a419f771964404bb8f1aedd (patch) | |
tree | 536d4598d0a6b9351e2c2c91d7557ae7d1364d30 | |
parent | 2ab49eb9d2069d712ddc8e76dfbb739c36b36ff7 (diff) |
Add missing packages for Mate ISO optional installation
4 files changed, 30 insertions, 8 deletions
diff --git a/configs/mate/root-image/root/.scriptsInstallation/language/en/install.sh b/configs/mate/root-image/root/.scriptsInstallation/language/en/install.sh index f3c11a2..8ddead8 100755 --- a/configs/mate/root-image/root/.scriptsInstallation/language/en/install.sh +++ b/configs/mate/root-image/root/.scriptsInstallation/language/en/install.sh @@ -177,20 +177,24 @@ while [ option != 7 ]; do "gst-plugins-good" "gst-libav" "mate" - "mate-applets" - "mate-terminal" + "mate-extra" "caja" "volumeicon" "zenity" "octopi" + "ambiance-radiance-colors-suite" + "rave-x-colors" "pulseaudio-alsa" "alsa-utils" "networkmanager" "network-manager-applet" "ath9k-htc-firmware" + "gnome-keyring" "iceweasel" "icedove" "pidgin" + "linphone" + "qtox" "gparted" "smplayer" "epdfview" diff --git a/configs/mate/root-image/root/.scriptsInstallation/language/es/install.sh b/configs/mate/root-image/root/.scriptsInstallation/language/es/install.sh index a650520..c0f4515 100755 --- a/configs/mate/root-image/root/.scriptsInstallation/language/es/install.sh +++ b/configs/mate/root-image/root/.scriptsInstallation/language/es/install.sh @@ -177,20 +177,26 @@ while [ option != 7 ]; do "gst-plugins-good" "gst-libav" "mate" - "mate-applets" - "mate-terminal" + "mate-extra" "caja" "volumeicon" "zenity" "octopi" + "ambiance-radiance-colors-suite" + "rave-x-colors" "pulseaudio-alsa" "alsa-utils" "networkmanager" "network-manager-applet" "ath9k-htc-firmware" + "gnome-keyring" "iceweasel" + "iceweasel-l10n-es-es" "icedove" + "icedove-l10n-es-es" "pidgin" + "linphone" + "qtox" "gparted" "smplayer" "epdfview" diff --git a/configs/mate/root-image/root/.scriptsInstallation/language/gl/install.sh b/configs/mate/root-image/root/.scriptsInstallation/language/gl/install.sh index 67b14e0..dd4ca42 100755 --- a/configs/mate/root-image/root/.scriptsInstallation/language/gl/install.sh +++ b/configs/mate/root-image/root/.scriptsInstallation/language/gl/install.sh @@ -177,20 +177,26 @@ while [ option != 7 ]; do "gst-plugins-good" "gst-libav" "mate" - "mate-applets" - "mate-terminal" + "mate-extra" "caja" "volumeicon" "zenity" "octopi" + "ambiance-radiance-colors-suite" + "rave-x-colors" "pulseaudio-alsa" "alsa-utils" "networkmanager" "network-manager-applet" "ath9k-htc-firmware" + "gnome-keyring" "iceweasel" + "iceweasel-l10n-gl" "icedove" + "icedove-l10n-gl" "pidgin" + "linphone" + "qtox" "gparted" "smplayer" "epdfview" diff --git a/configs/mate/root-image/root/.scriptsInstallation/language/pt/install.sh b/configs/mate/root-image/root/.scriptsInstallation/language/pt/install.sh index 4b9a0ec..260d1f6 100755 --- a/configs/mate/root-image/root/.scriptsInstallation/language/pt/install.sh +++ b/configs/mate/root-image/root/.scriptsInstallation/language/pt/install.sh @@ -177,20 +177,26 @@ while [ option != 7 ]; do "gst-plugins-good" "gst-libav" "mate" - "mate-applets" - "mate-terminal" + "mate-extra" "caja" "volumeicon" "zenity" "octopi" + "ambiance-radiance-colors-suite" + "rave-x-colors" "pulseaudio-alsa" "alsa-utils" "networkmanager" "network-manager-applet" "ath9k-htc-firmware" + "gnome-keyring" "iceweasel" + "iceweasel-l10n-pt-br" "icedove" + "icedove-l10n-pt-br" "pidgin" + "linphone" + "qtox" "gparted" "smplayer" "epdfview" |