aboutsummaryrefslogtreecommitdiff
path: root/Keywords/sample.ucl
diff options
context:
space:
mode:
Diffstat (limited to 'Keywords/sample.ucl')
-rw-r--r--Keywords/sample.ucl3
1 files changed, 3 insertions, 0 deletions
diff --git a/Keywords/sample.ucl b/Keywords/sample.ucl
index 15437a472da4..d5d3dd83b269 100644
--- a/Keywords/sample.ucl
+++ b/Keywords/sample.ucl
@@ -47,6 +47,9 @@ post-install-lua: <<EOS
end
if not pkg.stat(target_file) then
pkg.copy(sample_file, target_file)
+ if pkg_metalog ~= nil and pkg.metalog_copy ~= nil then
+ pkg.metalog_copy(sample_file, target_file)
+ end
end
EOS