wok-next diff slitaz-icon/receipt @ rev 17455
syslinux/iso2exe: avoid a possible deadlock in progress bar
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Dec 18 12:32:12 2014 +0100 (2014-12-18) |
parents | 094fdfff5b84 |
children | 9e01bc6321ea |
line diff
1.1 --- a/slitaz-icon/receipt Mon Jun 02 02:13:59 2014 +0300 1.2 +++ b/slitaz-icon/receipt Thu Dec 18 12:32:12 2014 +0100 1.3 @@ -28,6 +28,10 @@ 1.4 rm -f $fs/usr/share/icons/SliTaz/index.theme 1.5 cp $stuff/index.theme $fs/usr/share/icons/SliTaz 1.6 1.7 + # return back gpicview icon 1.8 + cp $WOK/faenza-icon-theme/taz/*/fs/usr/share/icons/Faenza/apps/22/eog.png \ 1.9 + $fs/usr/share/icons/SliTaz/apps/22 1.10 + 1.11 # remove broken symlinks 1.12 for i in $(find $fs -type l); do 1.13 [ ! -e $i ] && rm -f $i