mirror of
https://github.com/LSPosed/MagiskOnWSALocal.git
synced 2025-09-04 11:40:49 +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
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
|
rm -rf "${WORK_DIR:?}"/gapps/system || abort
|
||||||
fi
|
fi
|
||||||
cp -r ../"$ARCH"/gapps/* "$WORK_DIR"/gapps || abort
|
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
|
else
|
||||||
echo "The $GAPPS_BRAND zip package does not exist."
|
echo "The $GAPPS_BRAND zip package does not exist."
|
||||||
abort
|
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