From 89639cec273d0f7a266991e62329a363e5ad5236 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 1 Apr 2004 09:29:46 +0000 Subject: move harddrake service confirmation script from spec file into its own file --- perl-install/standalone/service_harddrake_confirm | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 perl-install/standalone/service_harddrake_confirm (limited to 'perl-install/standalone') diff --git a/perl-install/standalone/service_harddrake_confirm b/perl-install/standalone/service_harddrake_confirm new file mode 100644 index 000000000..99eaf7b0f --- /dev/null +++ b/perl-install/standalone/service_harddrake_confirm @@ -0,0 +1,7 @@ +#!/usr/bin/perl +use lib qw(/usr/lib/libDrakX); +use interactive; + +my $in = interactive->vnew; +my $res = $in->ask_okcancel($ARGV[0], $ARGV[1], 1); +$in->exit($res); -- cgit v1.2.1