diff --git a/ChangeLog.md b/ChangeLog.md index 64ca8f8..37801fc 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -14,6 +14,9 @@ * new package including OsmAnd+ (OpenStreetMap) and the ContourLines plugin * thanks to @Vavun for most of the work +* Uninstaller + * don't remove configuration files + ## 20.2.20181122 "Cardenas" ### Notes diff --git a/uninstaller/META-INF/com/google/android/update-binary b/uninstaller/META-INF/com/google/android/update-binary index 7995ae1..d856bfc 100644 --- a/uninstaller/META-INF/com/google/android/update-binary +++ b/uninstaller/META-INF/com/google/android/update-binary @@ -257,17 +257,6 @@ ui_print " " detect_bootmode mount_partitions -ui_print " << Removing configuration files (if any)" - -for path in ${config_locations}; do - for file in ${config_files}; do - if [ -f "${path}/${file}" ]; then - rm -f "${path}/${file}" - ui_print " <<> removing ${path}/${file}" - fi - done -done - ui_print " << Removing installation logs (if any)" # old format