Files
rocm-systems/RPM/rpm_postun
T

4 lines
87 B
Plaintext
Raw Normal View History

if [ $1 -eq 0 ]; then
rm -f /etc/ld.so.conf.d/x86_64-libhsakmt.conf && ldconfig
fi