You are here
POL_Configurator_runparts
Informations
Creator | Message |
---|---|
petch
|
InformationThis installer has been approved by the team. InformationsPlatforms: Feedbacks0 0 DescriptionThis implements a standard for extensible configurators.
POL_Call POL_Configurator_runparts Somewhere near the end of your main configurator script, in the section where both SetupWindow and Debug have been initialized. Then patch scripts can create configurator parts called "shortcutname.patchname", and those will be sourced in alphabetic order in the context of the main configurator. Such parts can be left from a previous installation of the main installer, so it's up to each part to check that the matching patch is applied. Source code# Allow for configurator extensions shopt -s nullglob for conf in "$0".*; do source "$conf" done |
Contributions
Filters:
ContributeMember | Message |
This site allows content generated by members, and we promptly remove any content that infringes copyright according to our Terms of Service. To report copyright infringement, please send a notice to dmca-notice@playonlinux.com