diff --git a/scripts/addon.d.sh b/scripts/addon.d.sh index dea32791e..8650f2493 100644 --- a/scripts/addon.d.sh +++ b/scripts/addon.d.sh @@ -99,6 +99,9 @@ case "$1" in # Stub ;; pre-backup) + # Stub + ;; + post-backup) # Back up PREINITDEVICE from existing partition before OTA on A-only devices if ! $backuptool_ab; then initialize @@ -109,9 +112,6 @@ case "$1" in $MAGISKBIN/magiskboot cleanup fi ;; - post-backup) - # Stub - ;; pre-restore) # Stub ;;