X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=etc%2Fgrml%2Ffai%2Fgrml%2Fgrml_cleanup_chroot;h=5c591ef61f7b2970222c0733c02aba4030ff70b3;hb=9d16d7a6c9686f80a18e70bc8b5e67193dc0ffba;hp=074e60e8dde6ac1caecc92335cd7473f6629dadf;hpb=6c00c3c1fd1e3fee0d10c1f1b4f6257d21d663d9;p=grml-live.git diff --git a/etc/grml/fai/grml/grml_cleanup_chroot b/etc/grml/fai/grml/grml_cleanup_chroot index 074e60e..5c591ef 100755 --- a/etc/grml/fai/grml/grml_cleanup_chroot +++ b/etc/grml/fai/grml/grml_cleanup_chroot @@ -77,14 +77,6 @@ einfo "Creating ~/.zshrc" touch ~/.zshrc eend $? -if [ -r /usr/share/lintian/overrides/ion3 ] ; then - einfo "Stripping ion3-stuff" - cat /usr/share/lintian/overrides/ion3 | sed 's#.*./usr#/usr#' | \ - sed 's/.comment//' | xargs strip --strip-unneeded ; eend $? -else - ewarn "ion3 not installed" ; eend 0 -fi - if [ -d /usr/lib/valgrind/x86-linux/ ] ; then einfo "Stripping /usr/lib/valgrind/x86-linux/" strip --strip-unneeded /usr/lib/valgrind/x86-linux/*