slitaz-tools rev 517

temporary fix : slitaz installer: tazx does not copy .xinitrc and .config files (please check if we need to do this when tazx works correctly)
author Rohit Joshi <jozee@slitaz.org>
date Wed Nov 10 20:33:57 2010 -0500 (2010-11-10)
parents 1442140ec3d0
children 61d571a99d20
files installer/slitaz-installer
line diff
     1.1 --- a/installer/slitaz-installer	Wed Nov 10 20:26:12 2010 -0500
     1.2 +++ b/installer/slitaz-installer	Wed Nov 10 20:33:57 2010 -0500
     1.3 @@ -585,6 +585,9 @@
     1.4  echo "$USER:$USER_PASSWD" | chpasswd
     1.5  if [ ! -d /home/$USER ]; then
     1.6  	cp -a /etc/skel /home/$USER
     1.7 +	cp /root/.xinitrc /home/$USER
     1.8 +	mkdir -p /home/$USER/.config/slitaz
     1.9 +	cp -a /etc/slitaz/applications.conf /home/$USER/.config/slitaz
    1.10  	chown -R $USER.$USER /home/$USER
    1.11  	# Path for user desktop files.
    1.12  	for i in /home/$USER/.local/share/applications/*.desktop