wok-next rev 18693
slitaz-icons-faenza: rename applications-science into applications-education (thanks llev)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sun Dec 13 22:37:22 2015 +0200 (2015-12-13) |
parents | 8c4dba41fc56 |
children | 387c6e3317d5 |
files | slitaz-icons-faenza/receipt |
line diff
1.1 --- a/slitaz-icons-faenza/receipt Sun Dec 13 16:08:39 2015 +0000 1.2 +++ b/slitaz-icons-faenza/receipt Sun Dec 13 22:37:22 2015 +0200 1.3 @@ -27,4 +27,10 @@ 1.4 cp $stuff/view-filter.png $stuff/view-sidetree.png $f/16x16/actions 1.5 # Use 16x16 icon on 22x22 canvas: 1.6 cp $stuff/avatar-default.png $f/22x22/status 1.7 + 1.8 + for i in 16x16 48x48;do 1.9 + cd $f/$i/categories 1.10 + mv applications-science.png applications-education.png 1.11 + done 1.12 + 1.13 }