summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2008-02-13 12:23:20 -0500
committerJeremy Katz <katzj@redhat.com>2008-02-14 17:07:22 -0500
commit75e45ce77df407d298f66bbee20b728ac6ceacd2 (patch)
tree44ff4f538af7b3cece0b2157c511162ef274473f /scripts
parent0dc97b285ee077aa70ceaca879999061d86cba1a (diff)
downloadanaconda-75e45ce77df407d298f66bbee20b728ac6ceacd2.tar.gz
anaconda-75e45ce77df407d298f66bbee20b728ac6ceacd2.tar.xz
anaconda-75e45ce77df407d298f66bbee20b728ac6ceacd2.zip
We don't use timezones.gz anymore anywhere
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/upd-instroot8
1 files changed, 0 insertions, 8 deletions
diff --git a/scripts/upd-instroot b/scripts/upd-instroot
index 5f86b0f61..eabfd7369 100755
--- a/scripts/upd-instroot
+++ b/scripts/upd-instroot
@@ -1105,14 +1105,6 @@ for p in $DEST $DESTGR; do
rm -rf $p/$d
done
- if [ -d $DEST/usr/share/zoneinfo ]; then
- (cd $DEST/usr/share/zoneinfo; find . -type f -or -type l |
- grep '^./[A-Z]' | sort | sed 's/^..//' |
- gzip -9) > $p/usr/lib/timezones.gz
- else
- echo "ERROR: unable to explode tzdata for small images"
- fi
-
$p/usr/lib/anaconda-runtime/scrubtree $p
done