wok-4.x rev 4875
xfce4-mixer: Strip files.
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Thu Feb 04 23:31:43 2010 +0100 (2010-02-04) |
parents | 6ad012ca7518 |
children | d3f8691c76f4 |
files | xfce4-mixer/receipt |
line diff
1.1 --- a/xfce4-mixer/receipt Thu Feb 04 23:30:56 2010 +0100 1.2 +++ b/xfce4-mixer/receipt Thu Feb 04 23:31:43 2010 +0100 1.3 @@ -39,4 +39,7 @@ 1.4 cp -a $_pkg/usr/share/xfce4-mixer $fs/usr/share 1.5 1.6 rm -rf $fs/usr/share/xfce4-mixer/icons/hicolor/scalable 1.7 + 1.8 + # Strip evrythings 1.9 + find $fs/usr/lib/ -exec strip -s {} 2> /dev/null \; 1.10 }