summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-03-12 16:55:55 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-03-12 16:55:55 +0000
commit465f723c934020c44e5aae01f986473eb6c93914 (patch)
treee161cb5d0c7faa1d5540f3579aca1b1edffe83c1 /perl-install/install_steps.pm
parent1f7ee91f0497937113469da920f17d30e0d50260 (diff)
downloaddrakx-backup-do-not-use-465f723c934020c44e5aae01f986473eb6c93914.tar
drakx-backup-do-not-use-465f723c934020c44e5aae01f986473eb6c93914.tar.gz
drakx-backup-do-not-use-465f723c934020c44e5aae01f986473eb6c93914.tar.bz2
drakx-backup-do-not-use-465f723c934020c44e5aae01f986473eb6c93914.tar.xz
drakx-backup-do-not-use-465f723c934020c44e5aae01f986473eb6c93914.zip
(afterInstallPackages): save the compssUsers flattened for rpmdrake
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r--perl-install/install_steps.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm
index 73861fea9..598cada9c 100644
--- a/perl-install/install_steps.pm
+++ b/perl-install/install_steps.pm
@@ -438,6 +438,7 @@ Consoles 1,3,4,7 may also contain interesting information";
install_any::install_urpmi($o->{prefix},
$::oem ? 'cdrom' : $o->{method}, #- HACK
$o->{packages}{mediums});
+ pkgs::saveCompssUsers($o->{prefix}, $o->{packages}, $o->{compssUsers}, $o->{compssUsersSorted});
}
if (my $charset = lang::charset($o->{lang}, $o->{prefix})) {
eval { update_userkderc("$o->{prefix}/usr/share/config/kdeglobals", 'Locale', Charset => $charset) };