summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-01-21 20:30:47 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-01-21 20:30:47 +0000
commita5665d34c0a14fc6d63c5d2698301902d8636c65 (patch)
treef9f28a05ed7d4cdb1943d4198c31080c4c25350e /perl-install/install_steps.pm
parenta9720c42de39a97ecc9dc0d189c859d9e7650792 (diff)
downloaddrakx-backup-do-not-use-a5665d34c0a14fc6d63c5d2698301902d8636c65.tar
drakx-backup-do-not-use-a5665d34c0a14fc6d63c5d2698301902d8636c65.tar.gz
drakx-backup-do-not-use-a5665d34c0a14fc6d63c5d2698301902d8636c65.tar.bz2
drakx-backup-do-not-use-a5665d34c0a14fc6d63c5d2698301902d8636c65.tar.xz
drakx-backup-do-not-use-a5665d34c0a14fc6d63c5d2698301902d8636c65.zip
remove deprecated msec groups adding
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r--perl-install/install_steps.pm7
1 files changed, 0 insertions, 7 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm
index 2355023ed..5f092e5f0 100644
--- a/perl-install/install_steps.pm
+++ b/perl-install/install_steps.pm
@@ -428,13 +428,6 @@ Consoles 1,3,4,7 may also contain interesting information";
"$o->{prefix}/etc/skel/Desktop/Autostart/kapm.kdelnk") };
}
- my $msec = "$o->{prefix}/etc/security/msec";
- substInFile { s/^usb\n//; $_ .= "usb\n" if eof } "$msec/group.conf" if -d $msec;
- substInFile { s/^xgrp\n//; $_ .= "xgrp\n" if eof } "$msec/group.conf" if -d $msec;
- substInFile { s/^audio\n//; $_ .= "audio\n" if eof } "$msec/group.conf" if -d $msec;
- substInFile { s/^cdrom\n//; $_ .= "cdrom\n" if eof } "$msec/group.conf" if -d $msec;
- substInFile { s/^cdwriter\n//; $_ .= "cdwriter\n" if eof } "$msec/group.conf" if -d $msec;
-
$o->install_urpmi;
# #- update language and icons for KDE.