func-defconf.sh: remove detection for old markfile

It has been over half a year (even if just one release) but it should be
okay. Everybody should have upgraded by now.
gf-arm64
FriendlyNeighborhoodShane 3 years ago
parent 09f3944ab3
commit e115e7bf92

@ -60,8 +60,6 @@ microg_cleanup() {
done;
if [ -f "$mark_file" ]; then
log "PREPPER: This is an update flash";
elif [ -f "$root/system/etc/.mmg" ]; then
log "PREPPER: This is an update flash";
else
log "PREPPER: Doing the clean install treatment";
for app in $cleanup_packages; do

Loading…
Cancel
Save