mirror of
git://slackware.nl/current.git
synced 2024-12-28 09:59:53 +01:00
6 lines
74 B
Bash
6 lines
74 B
Bash
|
|
||
|
if [ -x sbin/ldconfig ]; then
|
||
|
chroot . /sbin/ldconfig 2> /dev/null
|
||
|
fi
|
||
|
|