wok diff slitaz-icon/receipt @ rev 11345

fail2ban: Fixed typo.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Nov 26 14:56:42 2011 +0000 (2011-11-26)
parents 5d2c39bb0d1c
children 04e8cd2fc52d
line diff
     1.1 --- a/slitaz-icon/receipt	Tue May 17 15:18:51 2011 +0200
     1.2 +++ b/slitaz-icon/receipt	Sat Nov 26 14:56:42 2011 +0000
     1.3 @@ -21,7 +21,9 @@
     1.4  post_install()
     1.5  {
     1.6  	# Default icon theme to SliTaz.
     1.7 -	sed -i s/Tango/SliTaz/ $1/etc/skel/.gtkrc-2.0
     1.8 +	if [ -f $1/etc/skel/.gtkrc-2.0 ]; then
     1.9 +		sed -i s/Tango/SliTaz/ $1/etc/skel/.gtkrc-2.0
    1.10 +	fi
    1.11  	# Some desktop files anf boxes have hardcore path to some Tango
    1.12  	# icons, so fake.
    1.13  	if [ ! -d $1/usr/share/icons/Tango/16x16 ]; then