wok-stable diff slitaz-icon/receipt @ rev 11081
Up: claws-mail-vcalendar to 2.0.11.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Mon Oct 17 01:55:19 2011 +0000 (2011-10-17) |
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 Mon Oct 17 01:55:19 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