Files
rocm-systems/runtime/packages/rocr_tools_legacy/rpm_postun
T
Ramesh Errabolu d015d78de3 Support the building and packaging of legacy ROCr tools by itself
Change-Id: I2247bf7a46ee93495340f7b2603b09dc6b667443
2019-12-18 19:20:03 -06:00

4 rivejä
87 B
Plaintext
Executable File

if [ $1 -eq 0]; then
rm -f /etc/ld.so.conf.d/rocr_tools_legacy.conf && ldconfig
fi