projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d051977
)
nothing uses it so no point in keeping it ... plus the ldconfig calls are glibc specific
author
Mike Frysinger
<vapier@gentoo.org>
Sat, 17 Dec 2005 02:19:11 +0000
(
02:19
-0000)
committer
Mike 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]
patch
|
blob
|
history
diff --git
a/bin/preplib.so
b/bin/preplib.so
deleted file mode 100755
(executable)
index
cbcb66b
..0000000
--- 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