diff options
author | Mike Fulbright <msf@redhat.com> | 2000-12-18 16:07:19 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 2000-12-18 16:07:19 +0000 |
commit | 5f8c94941eb84e4ee1b84e46f497be07ed9d18d5 (patch) | |
tree | 9e5be8b508aec032e1e5f6602ad0743ba4b5918b /scripts/upd-instroot | |
parent | 15112a645690142878833787d8364385871b0dbf (diff) | |
download | anaconda-5f8c94941eb84e4ee1b84e46f497be07ed9d18d5.tar.gz anaconda-5f8c94941eb84e4ee1b84e46f497be07ed9d18d5.tar.xz anaconda-5f8c94941eb84e4ee1b84e46f497be07ed9d18d5.zip |
HJ patch.60 - It removes some unused shared libraries.
Diffstat (limited to 'scripts/upd-instroot')
-rwxr-xr-x | scripts/upd-instroot | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/upd-instroot b/scripts/upd-instroot index fd870c5ee..ded3b6258 100755 --- a/scripts/upd-instroot +++ b/scripts/upd-instroot @@ -563,6 +563,8 @@ for p in $DEST $DESTGR; do rm -f $p/usr/lib/lib$f.so done + (cd $p/lib; rm -f libnss_files.so.1 libnss_dns.so.1) + (cd /usr/share/zoneinfo; find . -type f -or -type l | grep '^./[A-Z]' | sort | sed 's/^..//' | gzip -9) > $p/usr/lib/timezones.gz |