wok-stable diff slitaz-hacker/receipt @ rev 776

sliaz-tools: typo (/usr/share/slitaz-tools/glade)
author Christophe Lincoln <pankso@slitaz.org>
date Mon May 12 15:01:05 2008 +0200 (2008-05-12)
parents 55797d71e25f
children
line diff
     1.1 --- a/slitaz-hacker/receipt	Fri May 02 21:21:59 2008 +0200
     1.2 +++ b/slitaz-hacker/receipt	Mon May 12 15:01:05 2008 +0200
     1.3 @@ -52,22 +52,4 @@
     1.4  			sed -i s/'audio:x:20:'/'audio:x:20:hacker'/ $root/etc/group
     1.5  		fi
     1.6  	fi
     1.7 -	# Backups
     1.8 -	for i in '.ash_history .profile .gtk-bookmarks'
     1.9 -	do
    1.10 -		if [ -f $root/home/hacker/$i ]; then
    1.11 -			cp -a $root/home/hacker/$i $root/home/hacker/$i.bak
    1.12 -		fi
    1.13 -	done
    1.14  }
    1.15 -
    1.16 -# Restore backups
    1.17 -pre_install()
    1.18 -{
    1.19 -	for i in '.ash_history .profile .gtk-bookmarks'
    1.20 -	do
    1.21 -		if [ -f $root/home/hacker/$i.bak ]; then
    1.22 -			cp -a $root/home/hacker/$i.bak $root/home/hacker/$i
    1.23 -		fi
    1.24 -	done
    1.25 -}