68238a43ae
Fix hip-nvcc install warning on postinstall and prerm script
[ROCm/hip commit: f653c8c999]
6 строки
65 B
Bash
Исполняемый файл
6 строки
65 B
Bash
Исполняемый файл
#!/bin/bash
|
|
|
|
if [ -L "/opt/rocm" ] ; then
|
|
unlink /opt/rocm
|
|
fi
|