Fix 2304 Remove Amazon Appstore (#573)

This commit is contained in:
s1204IT 2023-06-02 17:56:23 +09:00 committed by GitHub
parent 32af1ea2bc
commit d5ed25eddd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -735,6 +735,7 @@ if [ "$REMOVE_AMAZON" ]; then
find "${PRODUCT_MNT:?}"/{etc/permissions,etc/sysconfig,framework,priv-app} 2>/dev/null | grep -e amazon -e venezia | sudo xargs rm -rf
find "${SYSTEM_EXT_MNT:?}"/{etc/*permissions,framework,priv-app} 2>/dev/null | grep -e amazon -e venezia | sudo xargs rm -rf
rm -f "$WORK_DIR/wsa/$ARCH/apex/mado_release.apex"
find "${PRODUCT_MNT:?}"/{apex,etc/*permissions} 2>/dev/null | grep -e mado | sudo xargs rm -rf
echo -e "done\n"
fi