Skip to content

Commit

Permalink
Remove Amazon Appstore
Browse files Browse the repository at this point in the history
  • Loading branch information
YT-Advanced authored May 14, 2023
1 parent 8566da4 commit 595afd7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -732,6 +732,7 @@ if [ "$REMOVE_AMAZON" ]; then
echo "Remove Amazon Appstore"
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
sudo rm -rf "${ROOT_MNT}"/apex/com.microsoft.mado*
echo -e "done\n"
fi

Expand Down

0 comments on commit 595afd7

Please sign in to comment.