4 lines
93 B
Plaintext
4 lines
93 B
Plaintext
|
|
if [ $1 -eq 0 ]; then
|
||
|
|
rm -f /etc/ld.so.conf.d/x86_64-librocm_smi_lib.conf && ldconfig
|
||
|
|
fi
|