wok-current rev 16930
Fix "No icons" in some Qt4 apps
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Sat Jul 19 18:22:43 2014 +0200 (2014-07-19) |
parents | 206afe8cf521 |
children | 5fa506a57c50 |
files | hicolor-icon-theme/receipt |
line diff
1.1 --- a/hicolor-icon-theme/receipt Sat Jul 19 17:27:59 2014 +0200 1.2 +++ b/hicolor-icon-theme/receipt Sat Jul 19 18:22:43 2014 +0200 1.3 @@ -24,4 +24,5 @@ 1.4 mkdir -p $fs/usr/share/icons/hicolor 1.5 cp $install/usr/share/icons/hicolor/index.theme $fs/usr/share/icons/hicolor 1.6 cp -a $install/usr/share/icons/hicolor/24x24 $fs/usr/share/icons/hicolor 1.7 + sed -i 5i\ 'Inherits=SliTaz' $fs/usr/share/icons/hicolor/index.theme 1.8 }