From d81219ef8fb3fc77074cca86312d53a980021ee5 Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Wed, 13 Feb 2008 12:17:04 -0500 Subject: alpha should have translations probably --- scripts/upd-instroot | 5 ----- 1 file changed, 5 deletions(-) (limited to 'scripts/upd-instroot') diff --git a/scripts/upd-instroot b/scripts/upd-instroot index 510dbe82b..5c9e59f49 100755 --- a/scripts/upd-instroot +++ b/scripts/upd-instroot @@ -1172,11 +1172,6 @@ for p in $DEST $DESTGR ; do mkdir -p $p/usr/src/debug done -if [ $ARCH = "alpha" ]; then - rm -rf $DEST/usr/share/locale - rm -rf $DEST/usr/$LIBDIR/locale -fi - echo "Patching python library..." # always use passive mode for ftp installs -- cgit