summaryrefslogtreecommitdiffstats
path: root/scripts/upd-instroot
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2008-02-13 12:20:39 -0500
committerJeremy Katz <katzj@redhat.com>2008-02-14 17:07:15 -0500
commit0dc97b285ee077aa70ceaca879999061d86cba1a (patch)
treee5855d2addaf483b22551a460b62bfc55f26b0da /scripts/upd-instroot
parent2b5871a52d500bf51e6490619fcf9571f18b3776 (diff)
downloadanaconda-0dc97b285ee077aa70ceaca879999061d86cba1a.tar.gz
anaconda-0dc97b285ee077aa70ceaca879999061d86cba1a.tar.xz
anaconda-0dc97b285ee077aa70ceaca879999061d86cba1a.zip
We shouldn't need to remove files that are only in -devel packages
Diffstat (limited to 'scripts/upd-instroot')
-rwxr-xr-xscripts/upd-instroot3
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/upd-instroot b/scripts/upd-instroot
index 72aa045da..5f86b0f61 100755
--- a/scripts/upd-instroot
+++ b/scripts/upd-instroot
@@ -1099,9 +1099,6 @@ for p in $DEST $DESTGR; do
find $p -name "*.a" | grep -v kernel-wrapper/wrapper.a | xargs rm -rf
find $p -name "lib*.la" |grep -v "usr/$LIBDIR/gtk-2.0" | xargs rm -rf
- for f in newt popt rpm rpmio; do
- rm -f $p/usr/$LIBDIR/lib$f.so
- done
# nuke some python stuff we don't need
for d in idle distutils bsddb lib-old hotshot doctest.py pydoc.py site-packages/japanese site-packages/japanese.pth ; do