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

busybox: add /bin/ip
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Jul 05 16:27:51 2015 +0200 (2015-07-05)
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	Sun Jul 05 16:27:51 2015 +0200
     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 +}