wok rev 213

Refix in slitaz-hacker (when using tazlito gen-distro)
author Christophe Lincoln <pankso@slitaz.org>
date Thu Feb 14 16:42:58 2008 +0100 (2008-02-14)
parents faba01f76e76
children 938fc6a41f5a
files slitaz-hacker/receipt
line diff
     1.1 --- a/slitaz-hacker/receipt	Thu Feb 14 16:36:44 2008 +0100
     1.2 +++ b/slitaz-hacker/receipt	Thu Feb 14 16:42:58 2008 +0100
     1.3 @@ -19,6 +19,11 @@
     1.4  		$fs/home/hacker/.local/share
     1.5  	cp -a stuff/ash_history $fs/home/hacker/.ash_history
     1.6  	cp -a stuff/profile $fs/home/hacker/.profile
     1.7 +	# Change permissions.
     1.8 +	#
     1.9 +	echo -n "Chmodig all files in $root/home/hacker..."
    1.10 +	chown -R 500.500 $fs/home/hacker
    1.11 +	status
    1.12  }
    1.13  
    1.14  pre_install()
    1.15 @@ -45,11 +50,3 @@
    1.16  		fi
    1.17  	fi
    1.18  }
    1.19 -post_install()
    1.20 -{
    1.21 -	# Change permissions.
    1.22 -	#
    1.23 -	echo -n "Chmodig all files in /home/hacker..."
    1.24 -	chown -R 500.500 $root/home/hacker
    1.25 -	status
    1.26 -}