image.py: use new constants.POST_CMDS for post-cmd instead of per-flavour cmd

This commit is contained in:
InsanePrawn 2022-09-19 05:40:17 +02:00
parent b3e2059196
commit 3c91abd175
2 changed files with 8 additions and 5 deletions

View file

@ -66,6 +66,9 @@ FLAVOURS: dict[str, Flavour] = {
}
}
POST_CMDS = ['kupfer-config apply']
REPOSITORIES = [
'boot',
'cross',