Current File : //usr/local/jetapps/usr/share/rear/skel/default/etc/scripts/system-setup.d/01-run-ldconfig.sh
# force ldconfig here for backward compatibility reasons (e.g. no systemd present)
if [[ -f /etc/ld.so.conf ]]; then
   /bin/ldconfig -X
fi