diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2022-06-09 14:42:00 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2022-06-09 14:46:53 +0200 |
commit | 72022ba64b7a328dd1635a767e0faa3e415dd71a (patch) | |
tree | f87f855a7c852da9aa2e8fb9a174f53ade08e08a | |
parent | a977b72320cce654b3c63d4dff9d2b7151c85d32 (diff) | |
download | drakx-72022ba64b7a328dd1635a767e0faa3e415dd71a.tar drakx-72022ba64b7a328dd1635a767e0faa3e415dd71a.tar.gz drakx-72022ba64b7a328dd1635a767e0faa3e415dd71a.tar.bz2 drakx-72022ba64b7a328dd1635a767e0faa3e415dd71a.tar.xz drakx-72022ba64b7a328dd1635a767e0faa3e415dd71a.zip |
Mention specialized subpkgs
-rw-r--r-- | perl-install/do_pkgs.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/do_pkgs.pm b/perl-install/do_pkgs.pm index d55ef579a..ba9283000 100644 --- a/perl-install/do_pkgs.pm +++ b/perl-install/do_pkgs.pm @@ -3,7 +3,7 @@ package do_pkgs; =head1 SYNOPSYS B<do_pkgs> enables to install packages (through urpmi) from our tools. -It works both during installer and in standalone tools. +It works both during installer and in standalone tools by using dedicate sub packages (B<do_pkgs_standalone> and B<do_pkgs_during_install>), both relying onrelying on do_pkgs_common. =head1 Functions |