post-install (381B)
1 #!/bin/sh 2 # glibc post-install: (re)build the loader cache in the target root. 3 # Runs on the target (apk executes control scripts chrooted at install). 4 # Absolute path on purpose: glibc installs ldconfig to /sbin (its sbindir 5 # default); the busybox ldconfig applet is compiled out so nothing shadows 6 # it, but scripts must never depend on PATH order for this. 7 exec /sbin/ldconfig