5 lines
179 B
Plaintext
5 lines
179 B
Plaintext
|
|
# left-hand term originates from ENABLE_LDCONFIG = ON/OFF at package build
|
||
|
|
if [ "@ENABLE_LDCONFIG@" == "ON" ]; then
|
||
|
|
rm -f /etc/ld.so.conf.d/librocprofiler64.conf && ldconfig
|
||
|
|
fi
|