wok diff oxygen-icons/receipt @ rev 18121

Up musl-libc (1.1.10)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jun 08 17:50:01 2015 +0200 (2015-06-08)
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	Mon Jun 08 17:50:01 2015 +0200
     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 +}