need a dummy install_fedora_onedir_post that calls install_fedora_stable_post.

This commit is contained in:
Gareth J. Greenaway 2023-03-31 16:00:31 -07:00
parent 499f895bae
commit 07ab70922c
No known key found for this signature in database
GPG key ID: 10B62F8A7CAD7A41

View file

@ -4461,6 +4461,13 @@ install_fedora_onedir() {
return 0
}
install_fedora_onedir_post() {
STABLE_REV=$ONEDIR_REV
install_fedora_stable_post || return 1
return 0
}
#
# Ended Fedora Install Functions
#