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:
Pruthvi Madugundu
2020-11-11 12:31:50 -08:00
rodič 3a08d0964e
revize 87955f8551
+1 -1
Zobrazit soubor
@@ -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)
;;