Files
rocm-systems/RPM/postun.in
T

6 lines
195 B
Plaintext
Raw Normal View History

# second term originates from ENABLE_LDCONFIG = ON/OFF at package build
if [ $1 -eq 0 ] && [ "@ENABLE_LDCONFIG@" == "ON" ]; then
rm -f /etc/ld.so.conf.d/x86_64-libhsakmt.conf
ldconfig
fi