Files
rocm-systems/projects/clr/opencl/packaging/rocm-opencl.rpm_postun
T
2025-06-27 11:59:24 -04:00

6 lines
112 B
Plaintext

if [ $1 -eq 0 ]; then
# ldconfig during remove/uninstall operation. No ldconfig during upgrade
ldconfig
fi