wok diff slitaz-tango-icon/receipt @ rev 17543

Up busybox (1.23.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 27 16:55:03 2015 +0100 (2015-01-27)
parents eb8067417980
children 9e01bc6321ea
line diff
     1.1 --- a/slitaz-tango-icon/receipt	Sat Nov 30 10:06:29 2013 +0000
     1.2 +++ b/slitaz-tango-icon/receipt	Tue Jan 27 16:55:03 2015 +0100
     1.3 @@ -18,3 +18,14 @@
     1.4  	chown -R root.root $fs
     1.5  }
     1.6  
     1.7 +qtfix="usr/share/icons/hicolor/index.theme"
     1.8 +
     1.9 +post_install()
    1.10 +{
    1.11 +	sed '/Inherits=/s|=.*$|=Tango|' -i $1/$qtfix
    1.12 +}
    1.13 +
    1.14 +pre_remove()
    1.15 +{
    1.16 +	sed '/Inherits=/s|=.*$|=SliTaz|' -i $1/$qtfix
    1.17 +}