summaryrefslogtreecommitdiffstats
path: root/docs/interactive/wait_message
diff options
context:
space:
mode:
authorMystery Man <unknown@mandriva.org>2003-05-20 13:38:10 +0000
committerMystery Man <unknown@mandriva.org>2003-05-20 13:38:10 +0000
commitab3c2887d53865f3918fe3e5da13f8ead0b6c90d (patch)
tree39bbe05b5468313f5dec73f3dc6121776d7439df /docs/interactive/wait_message
parent57ade802654490078b19586421a813bf381d8961 (diff)
downloaddrakx-9_2_0_1mdk.tar
drakx-9_2_0_1mdk.tar.gz
drakx-9_2_0_1mdk.tar.bz2
drakx-9_2_0_1mdk.tar.xz
drakx-9_2_0_1mdk.zip
This commit was manufactured by cvs2svn to create tag 'V9_2_0_1mdk'.V9_2_0_1mdk
Diffstat (limited to 'docs/interactive/wait_message')
-rwxr-xr-xdocs/interactive/wait_message13
1 files changed, 0 insertions, 13 deletions
diff --git a/docs/interactive/wait_message b/docs/interactive/wait_message
deleted file mode 100755
index 0caec4471..000000000
--- a/docs/interactive/wait_message
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/usr/bin/perl
-# Yves Duret <yduret at mandrakesoft.com>
-# license: GPL
-
-use lib qw(/usr/lib/libDrakX);
-use interactive;
-
-my $in = 'interactive'->vnew(undef, 'default');
-my $wait = $in->wait_message('wainting title', _("Moving files to the new partition"));
-sleep(3);
-$wait->set(_("Removing"));
-sleep(3);
-$in->exit(0);