From: Michael Prokop Date: Tue, 7 Jun 2011 09:49:54 +0000 (+0200) Subject: cleanup script: Drop ion3 stuff, since we do not ship ion3 anymore. X-Git-Tag: v0.15.0~46 X-Git-Url: https://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=96e44eeeef0dfb39e305faeede9afdf7bc0ee9af;hp=8d2eced2c2fd6b311d86da34c5e83e647ccf9451 cleanup script: Drop ion3 stuff, since we do not ship ion3 anymore. --- 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/*