summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rwxr-xr-xdraklive-install8
2 files changed, 2 insertions, 8 deletions
diff --git a/NEWS b/NEWS
index 02e28c1..038f64a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+- revert generate report.bug.xz on exit
+
2.28
- generate report.bug.xz on exit
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;