From 894a8e2ce35a4c53fa4430d2bcc477515896e319 Mon Sep 17 00:00:00 2001 From: Christopher Roy Bratusek Date: Tue, 10 Apr 2018 21:48:18 +0200 Subject: [PATCH] update Uninstaller --- uninstaller/META-INF/com/google/android/update-binary | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/uninstaller/META-INF/com/google/android/update-binary b/uninstaller/META-INF/com/google/android/update-binary index 24ef38b..2b61e69 100644 --- a/uninstaller/META-INF/com/google/android/update-binary +++ b/uninstaller/META-INF/com/google/android/update-binary @@ -239,7 +239,9 @@ addond_uninstall () { done for addonsh in /system/addon.d/75-nanomodpatcher.sh \ - /system/addon.d/75-nanodroidpatcher.sh; do + /system/addon.d/75-nanodroidpatcher.sh \ + /system/addon.d/999-nanodroidpatcher.sh \ + /system/addon.d/91-nanodroid.sh; do [ -f ${addonsh} ] && rm -f ${addonsh} done