aboutsummaryrefslogtreecommitdiffstats
path: root/META-INF
diff options
context:
space:
mode:
authorLeonard Kugis <leonard@kug.is>2025-10-14 16:45:30 +0200
committerLeonard Kugis <leonard@kug.is>2025-10-14 16:45:30 +0200
commit10ffa0008456b887670ef935a006713c685fec49 (patch)
tree3355f242e208b2292cce99521ddaf2a01918eb2e /META-INF
parent6809b24fe771120eb52f406368b9108607409772 (diff)
downloadmagisk-fstab-10ffa0008456b887670ef935a006713c685fec49.tar.gz
Added compatibility with bindfs
Diffstat (limited to 'META-INF')
-rw-r--r--META-INF/com/google/android/update-binary33
-rw-r--r--META-INF/com/google/android/updater-script1
2 files changed, 0 insertions, 34 deletions
diff --git a/META-INF/com/google/android/update-binary b/META-INF/com/google/android/update-binary
deleted file mode 100644
index 28b48e5..0000000
--- a/META-INF/com/google/android/update-binary
+++ /dev/null
@@ -1,33 +0,0 @@
-#!/sbin/sh
-
-#################
-# Initialization
-#################
-
-umask 022
-
-# echo before loading util_functions
-ui_print() { echo "$1"; }
-
-require_new_magisk() {
- ui_print "*******************************"
- ui_print " Please install Magisk v20.4+! "
- ui_print "*******************************"
- exit 1
-}
-
-#########################
-# Load util_functions.sh
-#########################
-
-OUTFD=$2
-ZIPFILE=$3
-
-mount /data 2>/dev/null
-
-[ -f /data/adb/magisk/util_functions.sh ] || require_new_magisk
-. /data/adb/magisk/util_functions.sh
-[ $MAGISK_VER_CODE -lt 20400 ] && require_new_magisk
-
-install_module
-exit 0
diff --git a/META-INF/com/google/android/updater-script b/META-INF/com/google/android/updater-script
deleted file mode 100644
index 11d5c96..0000000
--- a/META-INF/com/google/android/updater-script
+++ /dev/null
@@ -1 +0,0 @@
-#MAGISK