mirror of
git://slackware.nl/current.git
synced 2025-02-06 20:46:02 +01:00
6 lines
74 B
Bash
6 lines
74 B
Bash
![]() |
|
||
|
if [ -x sbin/ldconfig ]; then
|
||
|
chroot . /sbin/ldconfig 2> /dev/null
|
||
|
fi
|
||
|
|