From 9f814e150ef6f0dd1101880dfcb73f48aa1fda2a Mon Sep 17 00:00:00 2001 From: "Bill(Shuzhou) Liu" Date: Thu, 24 Mar 2022 09:36:05 -0400 Subject: [PATCH] Correct the __pycache__ folder Remove the __pycache__ in the folder libexec/rocm_smi Change-Id: I0ad505ff7e7368d5fe86e1eee12080039edc7111 --- DEBIAN/prerm.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEBIAN/prerm.in b/DEBIAN/prerm.in index ed421211fa..65ec3de3ad 100755 --- a/DEBIAN/prerm.in +++ b/DEBIAN/prerm.in @@ -12,7 +12,7 @@ rm_ldconfig() { rm_pyc() { # remove pyc file generated by python - rm -rf @CPACK_PACKAGING_INSTALL_PREFIX@/rocm_smi/bin/__pycache__ + rm -rf @CPACK_PACKAGING_INSTALL_PREFIX@/libexec/rocm_smi/__pycache__ } case "$1" in