68238a43ae
Fix hip-nvcc install warning on postinstall and prerm script
[ROCm/hip commit: f653c8c999]
9 wiersze
114 B
Bash
Executable File
9 wiersze
114 B
Bash
Executable File
#!/bin/bash
|
|
|
|
ROCMDIR=@ROCM_PATH@
|
|
HIPDIR=$ROCMDIR/hip
|
|
|
|
if [ -d $ROCMDIR] ; then
|
|
ln -s -f $ROCMDIR /opt/rocm
|
|
fi
|