Files
rocm-systems/RPM/postun.in
T

5 строки
204 B
Plaintext
Исходник Обычный вид История

2023-08-08 18:39:01 -05:00
# left-hand term originates from ENABLE_LDCONFIG = ON/OFF at package build
if [ "@ENABLE_LDCONFIG@" == "ON" ]; then
rm -f /@CMAKE_INSTALL_SYSCONFDIR@/ld.so.conf.d/librocprofiler-sdk.conf && ldconfig
2023-08-08 18:39:01 -05:00
fi