#!/bin/bash
/usr/bin/strip --strip-unneeded /prelfs/{,s}bin/*
/usr/bin/strip --strip-unneeded /prelfs/i686-pc-linux-gnu/bin/*
/usr/bin/strip --strip-debug /prelfs/lib/gcc/*/*/*.a
/usr/bin/strip --strip-debug /prelfs/lib/*

rm -rf /prelfs/{,share/}{doc,info,man}
cd /prelfs/share/locale && rm -rf $(ls |grep -v "^de" |grep -v "^en")

chown -R 0:0 /prelfs
