SWDEV-323670 - Remove lib/libOpenCL.so* symlinks during upgrade
During upgrade lib/libOpenCL.so* files/symlinks are not removed. This change will remove those symlinks as part of the upgrade package activity. Signed-off-by: Saravanan Solaiyappan <saravanan.solaiyappan@amd.com> Change-Id: Ia12e89e857b358101f93a6044fe090aa7acafbe0
Este commit está contenido en:
@@ -10,7 +10,7 @@ rm_ldconfig() {
|
||||
case "$1" in
|
||||
purge)
|
||||
;;
|
||||
remove)
|
||||
remove | upgrade )
|
||||
rm -f @ROCM_PATH@/lib/libOpenCL.so
|
||||
rm -f @ROCM_PATH@/lib/libOpenCL.so.@OPENCL_LIB_VERSION_MAJOR@
|
||||
rm -f @ROCM_PATH@/lib/libOpenCL.so.@OPENCL_LIB_VERSION_STRING@
|
||||
|
||||
Referencia en una nueva incidencia
Block a user