2
0

Merge amd-staging into amd-master 20220325

Signed-off-by: Hao Zhou <Hao.Zhou@amd.com>
Change-Id: I2f1e5279c677e0d63975f6f2755b0519536b7345
Este cometimento está contido em:
Hao Zhou
2022-03-25 10:16:50 +08:00
ascendente 1a8a51f4ea 9f814e150e
cometimento 4ebad75425
+6
Ver ficheiro
@@ -10,9 +10,15 @@ rm_ldconfig() {
fi
}
rm_pyc() {
# remove pyc file generated by python
rm -rf @CPACK_PACKAGING_INSTALL_PREFIX@/libexec/rocm_smi/__pycache__
}
case "$1" in
( remove | upgrade)
rm_ldconfig
rm_pyc
;;
( purge )
;;