Update define.sh

This commit is contained in:
Kroese 2024-05-28 11:18:40 +02:00 committed by GitHub
parent f1ff8cd343
commit 0fee7a3cab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -687,10 +687,6 @@ migrateFiles() {
return 0 return 0
} }
skipVersion() {
return 1
}
detectLegacy() { detectLegacy() {
return 1 return 1
} }
@ -699,4 +695,12 @@ prepareLegacy() {
return 1 return 1
} }
skipVersion() {
return 1
}
setMachine() {
return 0
}
return 0 return 0