wok diff slitaz-icon/receipt @ rev 11203
Add from wok-undigest: xorg-bdftopcf xorg-fonttosfnt xorg-mkfontdir xorg-mkfontscale xorg-xedit xorg-xeyes xorg-xf86-video-radeonhd
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Nov 03 10:39:15 2011 +0100 (2011-11-03) |
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 Thu Nov 03 10:39:15 2011 +0100 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