From: Mike Frysinger Date: Sat, 17 Dec 2005 02:19:11 +0000 (-0000) Subject: nothing uses it so no point in keeping it ... plus the ldconfig calls are glibc specific X-Git-Tag: v2.1_pre1~7 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a8f07f267d59c385f8688bb45531ce2c9112d675;p=portage.git nothing uses it so no point in keeping it ... plus the ldconfig calls are glibc specific svn path=/main/trunk/; revision=2383 --- diff --git a/bin/preplib.so b/bin/preplib.so deleted file mode 100755 index cbcb66b29..000000000 --- a/bin/preplib.so +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/bash -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id: /var/cvsroot/gentoo-src/portage/bin/preplib.so,v 1.10.2.1 2004/12/06 03:01:43 carpaski Exp $ - -for x in "$@" ; do - if [ -d "${D}${x}" ] ; then - ldconfig -n -N "${D}${x}" - fi -done