head	1.2;
access;
symbols
	RELEASE_4_3_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2001.06.22.13.04.49;	author keith;	state dead;
branches;
next	1.1;

1.1
date	2001.03.02.17.43.02;	author keith;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Nuke chinese/XFree86-aoutlibs port.  Since x11/XFree86-aoutlibs is now
3.3.6 and supports BIG5 Chinese, this port is no longer needed.
@
text
@#!/bin/sh

if [ "$2" = "POST-INSTALL" ]; then
  exit 0
fi

AOUTLIBSDIR=${PKG_PREFIX}/lib/aout

mkdir -p ${AOUTLIBSDIR}/X333

for old in libX11.so.6.1 liboldX.so.6.0 libICE.so.6.3 libSM.so.6.0 \
		libXext.so.6.3 libXt.so.6.0 libXmu.so.6.0 libXaw.so.6.1 \
		libXIE.so.6.0 libXi.so.6.0 libXtst.so.6.1 libPEX5.so.6.0 \
		libXp.so.6.2; do
	mv -f ${AOUTLIBSDIR}/${old} ${AOUTLIBSDIR}/X333
done
@


1.1
log
@Make it depends on x11/XFree86-aoutlibs, so that zh-netscape-* packages
will be avaiable in 4.3R. :-)
@
text
@@

