From a8f07f267d59c385f8688bb45531ce2c9112d675 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 17 Dec 2005 02:19:11 +0000 Subject: nothing uses it so no point in keeping it ... plus the ldconfig calls are glibc specific svn path=/main/trunk/; revision=2383 --- bin/preplib.so | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100755 bin/preplib.so (limited to 'bin/preplib.so') 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 -- cgit v1.2.3-1-g7c22