wok diff oxygen-icons/receipt @ rev 17340
slitaz-configs-base: force update; xorg-libXaw: disable-xaw6
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Wed Nov 05 21:51:36 2014 +0100 (2014-11-05) |
parents | d0fd3d699ee3 |
children | 9e01bc6321ea |
line diff
1.1 --- a/oxygen-icons/receipt Sat Jul 12 16:57:27 2014 +0300 1.2 +++ b/oxygen-icons/receipt Wed Nov 05 21:51:36 2014 +0100 1.3 @@ -19,3 +19,15 @@ 1.4 done 1.5 cp -a $src/index.theme $fs/usr/share/icons/oxygen 1.6 } 1.7 + 1.8 +qtfix="usr/share/icons/hicolor/index.theme" 1.9 + 1.10 +post_install() 1.11 +{ 1.12 + sed '/Inherits=/s|=.*$|=oxygen|' -i $1/$qtfix 1.13 +} 1.14 + 1.15 +pre_remove() 1.16 +{ 1.17 + sed '/Inherits=/s|=.*$|=SliTaz|' -i $1/$qtfix 1.18 +}