Fix for uninstallation problem of hsa-rocr-dev
- /opt/rocm-xx/hsa/include directory wasnt deleted after debian package uninstallation - , Signed-off-by: Pruthvi Madugundu <pruthvi.madugundu@amd.com> Change-Id: I213439d73f6533ff3a55e2b0071061d970cf56d4
Tento commit je obsažen v:
@@ -52,7 +52,7 @@ case "$1" in
|
||||
remove)
|
||||
rm_ldconfig
|
||||
# Workaround for CPACK directory symlink handling error.
|
||||
rm -rf @CPACK_PACKAGING_INSTALL_PREFIX@/hsa/include/hsa
|
||||
rm -rf @CPACK_PACKAGING_INSTALL_PREFIX@/hsa
|
||||
;;
|
||||
purge)
|
||||
;;
|
||||
|
||||
Odkázat v novém úkolu
Zablokovat Uživatele