Files
rocm-systems/RPM/postun.in
T

5 wiersze
202 B
Plaintext
Czysty Zwykły widok Historia

# left-hand term originates from ENABLE_LDCONFIG = ON/OFF at package build
if [ "@ENABLE_LDCONFIG@" == "ON" ]; then
2022-05-17 22:15:56 -07:00
rm -f /@CMAKE_INSTALL_SYSCONFDIR@/ld.so.conf.d/librocprofiler64.conf && ldconfig
fi