6 righe
195 B
Plaintext
6 righe
195 B
Plaintext
|
|
# 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
|