a8d049fa0d
Change-Id: I6102b9910dbb9d09e09bb262a03c5c0ad4ce66f4
[ROCm/ROCR-Runtime commit: 11fd5c2562]
7 baris
299 B
Plaintext
7 baris
299 B
Plaintext
# second term originates from ENABLE_LDCONFIG = ON/OFF at package build
|
|
if [ $1 -le 1 ] && [ "@ENABLE_LDCONFIG@" == "ON" ]; then
|
|
# perform the below actions for rpm remove($1=0) or upgrade($1=1) operations
|
|
rm -f /@CMAKE_INSTALL_SYSCONFDIR@/ld.so.conf.d/x86_64-libhsakmt.conf
|
|
ldconfig
|
|
fi
|