# HG changeset patch # User Eric Joseph-Alexandre # Date 1265322743 -3600 # Node ID d3f8691c76f46d53e0b439022178088fd60e432f # Parent 3066c6dc3bbd257210f2a7bbe524737637e099f7 xfce4-panel: Strip files. diff -r 3066c6dc3bbd -r d3f8691c76f4 xfce4-panel/receipt --- a/xfce4-panel/receipt Thu Feb 04 23:31:43 2010 +0100 +++ b/xfce4-panel/receipt Thu Feb 04 23:32:23 2010 +0100 @@ -41,5 +41,10 @@ cp -a $_pkg/usr/share/applications $fs/usr/share cp -a $_pkg/usr/share/icons $fs/usr/share cp -a $_pkg/usr/share/xfce4/panel-plugins $fs/usr/share/xfce4 + + + # Strip evrythings + find $fs/usr/lib/ -exec strip -s {} 2> /dev/null \; + }