pmb.config.apkbuild_package_attributes: + triggers (MR 2202)

Do not only parse triggers, but also emit them in the packages dicts in
pmb.parse.apkbuild. This is the first half to fix pmaports issue 1690,
the other is in pmaports MR 3386.
This commit is contained in:
Oliver Smith 2022-09-11 13:46:37 +02:00
parent d650ed4a14
commit 0c18c664aa
No known key found for this signature in database
GPG Key ID: 5AE7F5513E0885CB
1 changed files with 1 additions and 0 deletions

View File

@ -593,6 +593,7 @@ apkbuild_package_attributes = {
"provides": {"array": True},
"provider_priority": {"int": True},
"install": {"array": True},
"triggers": {"array": True},
# UI meta-packages can specify apps in "_pmb_recommends" to be explicitly
# installed by default, and not implicitly as dependency of the UI meta-