wok-next rev 4876
xfce4-panel: Strip files.
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Thu Feb 04 23:32:23 2010 +0100 (2010-02-04) |
parents | 3066c6dc3bbd |
children | 77aec339c31c |
files | xfce4-panel/receipt |
line diff
1.1 --- a/xfce4-panel/receipt Thu Feb 04 23:31:43 2010 +0100 1.2 +++ b/xfce4-panel/receipt Thu Feb 04 23:32:23 2010 +0100 1.3 @@ -41,5 +41,10 @@ 1.4 cp -a $_pkg/usr/share/applications $fs/usr/share 1.5 cp -a $_pkg/usr/share/icons $fs/usr/share 1.6 cp -a $_pkg/usr/share/xfce4/panel-plugins $fs/usr/share/xfce4 1.7 + 1.8 + 1.9 + # Strip evrythings 1.10 + find $fs/usr/lib/ -exec strip -s {} 2> /dev/null \; 1.11 + 1.12 } 1.13