summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xurpmi4
1 files changed, 4 insertions, 0 deletions
diff --git a/urpmi b/urpmi
index 94279ad3..32affb6f 100755
--- a/urpmi
+++ b/urpmi
@@ -796,6 +796,10 @@ if ($pid_err && $pid_out) {
close STDOUT;
}
+if ($urpm::args::options{X}) {
+ gtkset_mousecursor_normal(); #- for restoring a normal in any case
+ flush();
+}
use POSIX ();
POSIX::_exit $exit_code;