wok-6.x diff faenza-icon-theme/receipt @ rev 17448
Add Qcad 2D CAD application
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sun Dec 14 10:13:18 2014 +0100 (2014-12-14) |
parents | 92f6d4a38df0 |
children | b37f3d8e81b6 |
line diff
1.1 --- a/faenza-icon-theme/receipt Thu Oct 16 19:38:39 2014 +0000 1.2 +++ b/faenza-icon-theme/receipt Sun Dec 14 10:13:18 2014 +0100 1.3 @@ -36,10 +36,12 @@ 1.4 1.5 post_install() 1.6 { 1.7 + [ -s $1/$qtfix ] && 1.8 sed '/Inherits=/s|=.*$|=Faenza|' -i $1/$qtfix 1.9 } 1.10 1.11 pre_remove() 1.12 { 1.13 + [ -s $1/$qtfix ] && 1.14 sed '/Inherits=/s|=.*$|=SliTaz|' -i $1/$qtfix 1.15 }