mirror of
https://github.com/LSPosed/MagiskOnWSALocal.git
synced 2025-04-24 01:09:20 +00:00
Delete apps no longer need (#258)
This commit is contained in:
parent
2d90b1cc58
commit
b56e7bf101
5 changed files with 0 additions and 4 deletions
arm64
scripts
x64
Binary file not shown.
0
arm64/system/system/priv-app/WSAHelper/WSAHelper.apk
Executable file → Normal file
0
arm64/system/system/priv-app/WSAHelper/WSAHelper.apk
Executable file → Normal file
|
@ -449,10 +449,6 @@ if [ "$GAPPS_BRAND" != 'none' ]; then
|
|||
rm -rf "${WORK_DIR:?}"/gapps/system || abort
|
||||
fi
|
||||
cp -r ../"$ARCH"/gapps/* "$WORK_DIR"/gapps || abort
|
||||
if [ "$GAPPS_BRAND" = "MindTheGapps" ]; then
|
||||
mv "$WORK_DIR"/gapps/priv-app/* "$WORK_DIR"/gapps/system_ext/priv-app || abort
|
||||
rm -rf "${WORK_DIR:?}"/gapps/priv-app || abort
|
||||
fi
|
||||
else
|
||||
echo "The $GAPPS_BRAND zip package does not exist."
|
||||
abort
|
||||
|
|
Binary file not shown.
0
x64/system/system/priv-app/WSAHelper/WSAHelper.apk
Executable file → Normal file
0
x64/system/system/priv-app/WSAHelper/WSAHelper.apk
Executable file → Normal file
Loading…
Add table
Reference in a new issue