summaryrefslogtreecommitdiffstats
path: root/perl-install/install_any.pm
diff options
context:
space:
mode:
authorStew Benedict <stewb@mandriva.org>2001-05-02 18:39:44 +0000
committerStew Benedict <stewb@mandriva.org>2001-05-02 18:39:44 +0000
commit654e86804269105669a9eee0cf48aca749a17b90 (patch)
tree0524774e1971cd9253acfc883b5dd269b6187fa8 /perl-install/install_any.pm
parent584cf85907f139e62ed27c8b84c37b4bce43c21f (diff)
downloaddrakx-backup-do-not-use-654e86804269105669a9eee0cf48aca749a17b90.tar
drakx-backup-do-not-use-654e86804269105669a9eee0cf48aca749a17b90.tar.gz
drakx-backup-do-not-use-654e86804269105669a9eee0cf48aca749a17b90.tar.bz2
drakx-backup-do-not-use-654e86804269105669a9eee0cf48aca749a17b90.tar.xz
drakx-backup-do-not-use-654e86804269105669a9eee0cf48aca749a17b90.zip
Don't delete any images in test mode. Fix tabs in bootloader.pm.
Default bootstrap partition in expert. Change mdk-bg.png to 4x4 for PPC strangeness.
Diffstat (limited to 'perl-install/install_any.pm')
-rw-r--r--perl-install/install_any.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm
index 3190bf4ba..9e600104a 100644
--- a/perl-install/install_any.pm
+++ b/perl-install/install_any.pm
@@ -947,6 +947,7 @@ sub check_prog {
sub remove_bigseldom_used {
log::l("remove_bigseldom_used");
+ $::testing and return;
unlink glob_("/usr/share/gtk/themes/$_*") foreach qw(DarkMarble marble3d);
if (ref($::o) =~ /gtk/) {
unlink glob_("/lib/lib$_*") foreach qw(slang newt);