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


1.2
date	2006.06.29.00.14.09;	author jylefort;	state dead;
branches;
next	1.1;

1.1
date	2005.11.26.19.33.32;	author jylefort;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Remove linux-libgcc since it has been obsoleted by fc3 and fc4.
@
text
@#!/bin/sh

[ "$2" != "POST-INSTALL" ] && exit 0

if ! grep -q '^/lib/libgcc$' $PKG_PREFIX/etc/ld.so.conf; then
	echo '/lib/libgcc' > $PKG_PREFIX/etc/ld.so.conf.tmp || exit 1
	cat $PKG_PREFIX/etc/ld.so.conf >> $PKG_PREFIX/etc/ld.so.conf.tmp || exit 1
	mv -f $PKG_PREFIX/etc/ld.so.conf.tmp $PKG_PREFIX/etc/ld.so.conf || exit 1
fi

$PKG_PREFIX/sbin/ldconfig || true
@


1.1
log
@Add linux-libgcc.

This port contains a version of libgcc which is newer than the one shipped
with the default linux_base port.

WWW: http://gcc.gnu.org/
@
text
@@

