slitaz-tools rev 616

tazinst: We use users group now instead of tux group. This a more of linux standard to have users be part of a users group then there own group.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Jun 04 01:38:12 2011 +0000 (2011-06-04)
parents 41d4c6ddf3c8
children cc4df6554e18
files installer/tazinst
line diff
     1.1 --- a/installer/tazinst	Fri Jun 03 12:34:16 2011 +0200
     1.2 +++ b/installer/tazinst	Sat Jun 04 01:38:12 2011 +0000
     1.3 @@ -767,7 +767,7 @@
     1.4  	[ -e /root/.xinitrc ] && cp /root/.xinitrc /home/$TGT_USER
     1.5  	mkdir -p /home/$TGT_USER/.config/slitaz
     1.6  	cp -a /etc/slitaz/applications.conf /home/$TGT_USER/.config/slitaz
     1.7 -	chown -R $TGT_USER:$TGT_USER /home/$TGT_USER
     1.8 +	chown -R $TGT_USER:users /home/$TGT_USER
     1.9  	# Path for user desktop files.
    1.10  	for i in /home/$TGT_USER/.local/share/applications/*.desktop
    1.11  	do