wok diff faenza-icon-theme/receipt @ rev 17250

libarchive-dev: update genpkg
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Oct 19 12:29:39 2014 +0200 (2014-10-19)
parents 2b9f96603415
children 3a3945a92524
line diff
     1.1 --- a/faenza-icon-theme/receipt	Sat Aug 10 13:52:56 2013 +0000
     1.2 +++ b/faenza-icon-theme/receipt	Sun Oct 19 12:29:39 2014 +0200
     1.3 @@ -32,3 +32,14 @@
     1.4  	done
     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|=.*$|=Faenza|' -i $1/$qtfix
    1.12 +}
    1.13 +
    1.14 +pre_remove()
    1.15 +{
    1.16 +	sed '/Inherits=/s|=.*$|=SliTaz|' -i $1/$qtfix
    1.17 +}