From 8fcaa78bfad2dafb9d168f45ddb274e46f06c266 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Tue, 26 Jul 2016 19:55:38 -0300 Subject: Add compressor/archiver apps for Mate ISO optional installation --- configs/mate/packages.both | 6 ++++++ .../root-image/root/.scriptsInstallation/language/en/install.sh | 4 ++++ .../root-image/root/.scriptsInstallation/language/es/install.sh | 4 ++++ .../root-image/root/.scriptsInstallation/language/gl/install.sh | 4 ++++ .../root-image/root/.scriptsInstallation/language/pt/install.sh | 4 ++++ 5 files changed, 22 insertions(+) diff --git a/configs/mate/packages.both b/configs/mate/packages.both index cfbb9c0..fe466e4 100644 --- a/configs/mate/packages.both +++ b/configs/mate/packages.both @@ -136,6 +136,12 @@ leafpad galculator-gtk2 xarchiver +#Compressor/archiver +p7zip +unar +unzip +zip + #Languages iceweasel-l10n-es-es icedove-l10n-es-es 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 2a3b5f4..6f5ae8b 100755 --- a/configs/mate/root-image/root/.scriptsInstallation/language/en/install.sh +++ b/configs/mate/root-image/root/.scriptsInstallation/language/en/install.sh @@ -212,6 +212,10 @@ while [ option != 7 ]; do "xarchiver" "lightdm-gtk-greeter-settings" "grub2-theme-gnuaxiom" + "p7zip" + "unar" + "unzip" + "zip" ) #Install packages 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 333ef74..4434aaa 100755 --- a/configs/mate/root-image/root/.scriptsInstallation/language/es/install.sh +++ b/configs/mate/root-image/root/.scriptsInstallation/language/es/install.sh @@ -214,6 +214,10 @@ while [ option != 7 ]; do "xarchiver" "lightdm-gtk-greeter-settings" "grub2-theme-gnuaxiom" + "p7zip" + "unar" + "unzip" + "zip" ) #Install packages 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 5ec5d92..fff5dac 100755 --- a/configs/mate/root-image/root/.scriptsInstallation/language/gl/install.sh +++ b/configs/mate/root-image/root/.scriptsInstallation/language/gl/install.sh @@ -214,6 +214,10 @@ while [ option != 7 ]; do "xarchiver" "lightdm-gtk-greeter-settings" "grub2-theme-gnuaxiom" + "p7zip" + "unar" + "unzip" + "zip" ) #Install packages 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 fdeffd5..244c7b1 100755 --- a/configs/mate/root-image/root/.scriptsInstallation/language/pt/install.sh +++ b/configs/mate/root-image/root/.scriptsInstallation/language/pt/install.sh @@ -214,6 +214,10 @@ while [ option != 7 ]; do "xarchiver" "lightdm-gtk-greeter-settings" "grub2-theme-gnuaxiom" + "p7zip" + "unar" + "unzip" + "zip" ) #Install packages -- cgit v1.2.2