Dateien
rocm-systems/hipamd/packaging/hip-nvcc.prerm
T
paulfreddy 5cd5c62f29 Fix install script syntax error (#1805)
Fix hip-nvcc install warning on postinstall and prerm script
2020-01-24 16:22:57 +05:30

6 Zeilen
65 B
Bash
Ausführbare Datei

#!/bin/bash
if [ -L "/opt/rocm" ] ; then
unlink /opt/rocm
fi