summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/service_harddrake_confirm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/standalone/service_harddrake_confirm')
-rw-r--r--perl-install/standalone/service_harddrake_confirm9
1 files changed, 0 insertions, 9 deletions
diff --git a/perl-install/standalone/service_harddrake_confirm b/perl-install/standalone/service_harddrake_confirm
deleted file mode 100644
index eaf454960..000000000
--- a/perl-install/standalone/service_harddrake_confirm
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/usr/bin/perl
-use lib qw(/usr/lib/libDrakX);
-use common;
-use interactive;
-
-my $in = interactive->vnew;
-my $res = $in->ask_okcancel(N("Hardware changes in \"%s\" class (%s seconds to answer)", $ARGV[0], $ARGV[1]),
- $ARGV[2] . N("Do you want to run the appropriate config tool ?"), 1);
-$in->exit($res);