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

Additional themes for Slitaz GNU/Linux.
author Leonardo Laporte <hackdorte@sapo.pt>
date Thu Mar 17 05:14:19 2016 -0300 (2016-03-17)
parents 92f6d4a38df0
children 15e8d94fc34f
line diff
     1.1 --- a/slitaz-tango-icon/receipt	Thu Oct 16 19:38:39 2014 +0000
     1.2 +++ b/slitaz-tango-icon/receipt	Thu Mar 17 05:14:19 2016 -0300
     1.3 @@ -22,10 +22,10 @@
     1.4  
     1.5  post_install()
     1.6  {
     1.7 -	sed '/Inherits=/s|=.*$|=Tango|' -i $1/$qtfix
     1.8 +	sed '/Inherits=/s|=.*$|=Tango|' -i "$1/$qtfix"
     1.9  }
    1.10  
    1.11  pre_remove()
    1.12  {
    1.13 -	sed '/Inherits=/s|=.*$|=SliTaz|' -i $1/$qtfix
    1.14 +	sed '/Inherits=/s|=.*$|=SliTaz|' -i "$1/$qtfix"
    1.15  }