fec5105d9c
Fix hip-nvcc install warning on postinstall and prerm script
[ROCm/clr commit: 5cd5c62f29]
6 lines
65 B
Bash
Executable File
6 lines
65 B
Bash
Executable File
#!/bin/bash
|
|
|
|
if [ -L "/opt/rocm" ] ; then
|
|
unlink /opt/rocm
|
|
fi
|