nothing uses it so no point in keeping it ... plus the ldconfig calls are glibc specific
authorMike Frysinger <vapier@gentoo.org>
Sat, 17 Dec 2005 02:19:11 +0000 (02:19 -0000)
committerMike Frysinger <vapier@gentoo.org>
Sat, 17 Dec 2005 02:19:11 +0000 (02:19 -0000)
svn path=/main/trunk/; revision=2383

bin/preplib.so [deleted file]

diff --git a/bin/preplib.so b/bin/preplib.so
deleted file mode 100755 (executable)
index cbcb66b..0000000
+++ /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