diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-09-07 17:53:32 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-09-07 17:53:32 +0000 |
commit | f2eb42f41d60fbad9150fad5962df90c69713192 (patch) | |
tree | 4c5fb766963350e64bde6f0b8c937b649e9560ea /perl-install/install2.pm | |
parent | a1f0c87ac7f98f8555717fd934edf7e706b8694c (diff) | |
download | drakx-f2eb42f41d60fbad9150fad5962df90c69713192.tar drakx-f2eb42f41d60fbad9150fad5962df90c69713192.tar.gz drakx-f2eb42f41d60fbad9150fad5962df90c69713192.tar.bz2 drakx-f2eb42f41d60fbad9150fad5962df90c69713192.tar.xz drakx-f2eb42f41d60fbad9150fad5962df90c69713192.zip |
no_comment
Diffstat (limited to 'perl-install/install2.pm')
-rw-r--r-- | perl-install/install2.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/install2.pm b/perl-install/install2.pm index 15f66bcff..5434ddc8c 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -346,6 +346,7 @@ sub installPackages { #------------------------------------------------------------------------------ sub miscellaneous { $::live and return; + $o->miscellaneousBefore($_[0]); $o->miscellaneous($_[0]); addToBeDone { |