diff options
Diffstat (limited to 'src/profile.sh')
-rw-r--r-- | src/profile.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/profile.sh b/src/profile.sh index 05a25fe..adf3c86 100644 --- a/src/profile.sh +++ b/src/profile.sh @@ -111,6 +111,16 @@ profile_feeds() "prof_${profile}_feeds" "${mirror}" "${arch}" "${plat}" "${suite}" } +profile_get_cert_path() +{ + "prof_${profile}_get_cert_path" +} + +profile_get_root_key() +{ + "prof_${profile}_get_root_key" +} + profile_dep_fields() { "prof_${profile}_dep_fields" |