From 682adac5d1b04b9831fe6055462ca96a20046572 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Tue, 26 Jul 2016 15:25:52 -0300 Subject: Remove copying files from /mnt/etc/skel to $HOME since it is useless --- .../mate/root-image/root/.scriptsInstallation/language/en/install.sh | 2 -- .../mate/root-image/root/.scriptsInstallation/language/es/install.sh | 2 -- .../mate/root-image/root/.scriptsInstallation/language/gl/install.sh | 2 -- .../mate/root-image/root/.scriptsInstallation/language/pt/install.sh | 2 -- 4 files changed, 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 4f020ac..7116c68 100755 --- a/configs/mate/root-image/root/.scriptsInstallation/language/en/install.sh +++ b/configs/mate/root-image/root/.scriptsInstallation/language/en/install.sh @@ -223,8 +223,6 @@ while [ option != 7 ]; do echo "exec mate-session" >> /mnt/etc/skel/.xinitrc echo "startx" >> /mnt/etc/skel/.bash_profile chmod +x /mnt/etc/skel/.xinitrc - cp -a /mnt/etc/skel/.[a-z]* /mnt/home/${user#*=}/ - chmod -R 1000.100 /mnt/home/${user#*=}/ cp -a ~/.scriptsInstallation/x11.sh /mnt #Enable services with systemd 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 63eb3ce..8059a8f 100755 --- a/configs/mate/root-image/root/.scriptsInstallation/language/es/install.sh +++ b/configs/mate/root-image/root/.scriptsInstallation/language/es/install.sh @@ -225,8 +225,6 @@ while [ option != 7 ]; do echo "exec mate-session" >> /mnt/etc/skel/.xinitrc echo "startx" >> /mnt/etc/skel/.bash_profile chmod +x /mnt/etc/skel/.xinitrc - cp -a /mnt/etc/skel/.[a-z]* /mnt/home/${user#*=}/ - chmod -R 1000.100 /mnt/home/${user#*=}/ cp -a ~/.scriptsInstallation/x11.sh /mnt #Enable services with systemd 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 8846480..7285d1d 100755 --- a/configs/mate/root-image/root/.scriptsInstallation/language/gl/install.sh +++ b/configs/mate/root-image/root/.scriptsInstallation/language/gl/install.sh @@ -225,8 +225,6 @@ while [ option != 7 ]; do echo "exec mate-session" >> /mnt/etc/skel/.xinitrc echo "startx" >> /mnt/etc/skel/.bash_profile chmod +x /mnt/etc/skel/.xinitrc - cp -a /mnt/etc/skel/.[a-z]* /mnt/home/${user#*=}/ - chmod -R 1000.100 /mnt/home/${user#*=}/ cp -a ~/.scriptsInstallation/x11.sh /mnt #Enable services with systemd 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 7edcf5f..cca4df2 100755 --- a/configs/mate/root-image/root/.scriptsInstallation/language/pt/install.sh +++ b/configs/mate/root-image/root/.scriptsInstallation/language/pt/install.sh @@ -225,8 +225,6 @@ while [ option != 7 ]; do echo "exec mate-session" >> /mnt/etc/skel/.xinitrc echo "startx" >> /mnt/etc/skel/.bash_profile chmod +x /mnt/etc/skel/.xinitrc - cp -a /mnt/etc/skel/.[a-z]* /mnt/home/${user#*=}/ - chmod -R 1000.100 /mnt/home/${user#*=}/ cp -a ~/.scriptsInstallation/x11.sh /mnt #Enable services with systemd -- cgit v1.2.2