summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Blin <blino@mageia.org>2011-03-15 19:16:14 +0000
committerOlivier Blin <blino@mageia.org>2011-03-15 19:16:14 +0000
commitdfee9507803ca783633bece2d7037b15881f0629 (patch)
tree12ed118c0170cc19a51fe0ab4d1331f4a6ead3cf
parentfa121370f581bd7f9cfd5b017e6d028c712a30c9 (diff)
downloaddraklive-config-dfee9507803ca783633bece2d7037b15881f0629.tar
draklive-config-dfee9507803ca783633bece2d7037b15881f0629.tar.gz
draklive-config-dfee9507803ca783633bece2d7037b15881f0629.tar.bz2
draklive-config-dfee9507803ca783633bece2d7037b15881f0629.tar.xz
draklive-config-dfee9507803ca783633bece2d7037b15881f0629.zip
update release and theme name
-rw-r--r--config/auto_inst.cfg.pl10
1 files changed, 2 insertions, 8 deletions
diff --git a/config/auto_inst.cfg.pl b/config/auto_inst.cfg.pl
index bc27e2b..cb64266 100644
--- a/config/auto_inst.cfg.pl
+++ b/config/auto_inst.cfg.pl
@@ -4,14 +4,8 @@
# You can do this with 'perl -cw auto_inst.cfg.pl' or by executing this file
# (note the '#!/usr/bin/perl -cw' on the first line).
-my $distro_theme =
- $ENV{DRAKLIVE_PRODUCT} =~ /liveusb-rw/i ?
- 'Powerpack' :
- 'LiveCD';
-my $distro_release =
- $ENV{DRAKLIVE_PRODUCT} =~ /liveusb-rw/i ?
- 'Liveusb-Rw' :
- 'LiveCD';
+my $distro_theme = 'Default';
+my $distro_release = 'Default';
my $distro_config = lc($distro_release);
my @desktops = split(/\|/, $ENV{DRAKLIVE_DESKTOP});