Update define.sh

This commit is contained in:
Kroese 2024-05-28 00:08:44 +02:00 committed by GitHub
parent c629924067
commit d241ff72ea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -687,6 +687,10 @@ migrateFiles() {
return 0
}
skipVersion() {
return 1
}
detectLegacy() {
return 1
}