Files
rocm-systems/projects/rocr-runtime/runtime/packages/hsa-ext-rocr-dev/rpm_postun
T

4 lines
87 B
Plaintext
Raw Normal View History

if [ $1 -eq 0 ]; then
2018-09-25 07:04:21 -04:00
rm -f /etc/ld.so.conf.d/hsa-ext-rocr-dev.conf && ldconfig
fi