wok-current rev 18864
gtk-clearlooks: remove post_install()
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Sun Jan 31 14:08:53 2016 +0100 (2016-01-31) |
parents | f56bb28aea97 |
children | 109b33639058 |
files | gtk-clearlooks/receipt |
line diff
1.1 --- a/gtk-clearlooks/receipt Thu Jan 28 22:27:33 2016 +0200 1.2 +++ b/gtk-clearlooks/receipt Sun Jan 31 14:08:53 2016 +0100 1.3 @@ -26,10 +26,3 @@ 1.4 sed -i '/lang/d' $fs/$XML/* 1.5 } 1.6 1.7 -post_install() 1.8 -{ 1.9 - for t in listviewitemstyle menuitemstyle progressbarstyle sunkenmenubar 1.10 - do 1.11 - sed "s/$t/#$t/" -i "$1"/usr/share/themes/SliTaz*/gtk-2.0/gtkrc 1.12 - done 1.13 -}