wok diff oxygen-icons/receipt @ rev 17747

discount: fix TARBALL name
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Mar 07 23:52:35 2015 +0100 (2015-03-07)
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	Sat Mar 07 23:52:35 2015 +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 +}