repo.or.cz
/
void-packages.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
python-texttable: update to 1.3.1
[void-packages.git]
/
common
/
wrappers
/
ldconfig.sh
blob
32818e27ed762a754d57bdac2c46f54c8aca27a0
1
#!/bin/sh
2
3
if
[
"
$1
"
=
"-p"
];
then
4
exec
/
usr
/
bin
/
ldconfig
"$@"
5
fi
6
7
echo
"ldconfig-wrapper: ignoring arguments: $@"
8
exit
0