summaryrefslogtreecommitdiffstats
path: root/draklive-install
diff options
context:
space:
mode:
authorMartin Whitaker <mageia@martin-whitaker.me.uk>2021-01-26 21:59:56 +0000
committerMartin Whitaker <mageia@martin-whitaker.me.uk>2021-01-26 21:59:56 +0000
commita6777f59a80f3a804869db8d55c424e8bbb5ef7d (patch)
tree8b71599146925164e06d730ae1b80ed8978660c7 /draklive-install
parent8d3d1ba5fa40e45e9e26928ff650a38cb2bdd235 (diff)
downloaddraklive-install-a6777f59a80f3a804869db8d55c424e8bbb5ef7d.tar
draklive-install-a6777f59a80f3a804869db8d55c424e8bbb5ef7d.tar.gz
draklive-install-a6777f59a80f3a804869db8d55c424e8bbb5ef7d.tar.bz2
draklive-install-a6777f59a80f3a804869db8d55c424e8bbb5ef7d.tar.xz
draklive-install-a6777f59a80f3a804869db8d55c424e8bbb5ef7d.zip
Revert generate report.bug.xz on exit.
Needs further work - too late for Mageia 8.
Diffstat (limited to 'draklive-install')
-rwxr-xr-xdraklive-install8
1 files changed, 0 insertions, 8 deletions
diff --git a/draklive-install b/draklive-install
index 2bbd3c6..d508fa1 100755
--- a/draklive-install
+++ b/draklive-install
@@ -10,7 +10,6 @@ BEGIN {
use lib qw(/usr/lib/libDrakX);
use standalone;
use interactive;
-use any qw(report_bug);
use fs;
use fs::any;
use fs::type;
@@ -38,13 +37,6 @@ my $logfile = '/tmp/draklive-install.log';
}
}
-END {
- local $::prefix;
- rm_f('/tmp/report.bug.xz');
- output('/tmp/report.bug', any::report_bug());
- system('/usr/bin/xz', '/tmp/report.bug');
-}
-
($::rootwidth, $::rootheight) = (Gtk3::Gdk::Screen::width, Gtk3::Gdk::Screen::height);
$::real_windowwidth = $::rootwidth > 800 ? 750 : 600;
$::real_windowheight = $::rootheight > 600 ? 500 : 400;