Uninstaller: don't remove configuration files

merge-requests/23/head
Christopher Roy Bratusek 6 years ago
parent 2d572a6ba7
commit 6672d4b341

@ -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

@ -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

Loading…
Cancel
Save