Files
rocm-systems/RPM/postun.in
T

6 lines
176 B
Plaintext
Raw Normal View History

# left-hand term originates from ENABLE_LDCONFIG = ON/OFF at package build
if [ "@ENABLE_LDCONFIG@" == "ON" ]; then
rm -f /etc/ld.so.conf.d/libroctracer64.conf
ldconfig
fi