From 0c211da56bc96f993597d2e91892140d1b4a4f96 Mon Sep 17 00:00:00 2001 From: Marco Esters Date: Tue, 10 Sep 2024 08:04:36 -0700 Subject: [PATCH] Add plug-in examples --- examples/osxpkg_extra_pages/construct.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/osxpkg_extra_pages/construct.yaml b/examples/osxpkg_extra_pages/construct.yaml index 80eb29a82..36f47f00d 100644 --- a/examples/osxpkg_extra_pages/construct.yaml +++ b/examples/osxpkg_extra_pages/construct.yaml @@ -67,4 +67,7 @@ install_path_exists_error_text: > initialize_by_default: false register_python: False +# Examples for how to write these plugins: +# https://preserve.mactech.com/articles/mactech/Vol.25/25.06/InstallerPlugins/index.html +# http://s.sudre.free.fr/Stuff/Installer/Installer_Plugins/index.html post_install_pages: "plugins/ExtraPage"