wok-current rev 16769
slitaz-icon: return back gpicview icon (still a lot of work with this icon pack).
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Jun 19 00:32:27 2014 +0300 (2014-06-19) |
parents | 5493122f67f2 |
children | f18af4c8752a |
files | slitaz-icon/receipt |
line diff
1.1 --- a/slitaz-icon/receipt Wed Jun 18 21:54:06 2014 +0200 1.2 +++ b/slitaz-icon/receipt Thu Jun 19 00:32:27 2014 +0300 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