f990d775b7
Signed-off-by: Cole Nelson <cole.nelson@amd.com> Change-Id: If06e8b7b57ad12f22c1970622d241a42083d575e
6 line
201 B
Plaintext
Executable File
6 line
201 B
Plaintext
Executable File
# 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-librocm_smi_lib.conf
|
|
ldconfig
|
|
fi
|