#!/bin/bash
/sbin/ldconfig
if command -v systemctl >/dev/null 2>&1; then
    systemctl --system daemon-reload >/dev/null 2>&1 || true
fi
