repo.or.cz
/
emdebian-crush-toolchain.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
go back to old dir
[emdebian-crush-toolchain.git]
/
uClibc-0.9.30.1-debian
/
uclibc.postinst
blob
85f538506d22b148e5fe8df3f54c557a01a65db2
1
#!/bin/sh
2
3
set -e
4
5
if
[
"
$1
"
=
"configure"
];
then
6
/
sbin
/
ldconfig
7
fi
8
9
#DEBHELPER#