diff options
Diffstat (limited to 'perl-install/standalone/draksplash')
-rwxr-xr-x | perl-install/standalone/draksplash | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/perl-install/standalone/draksplash b/perl-install/standalone/draksplash index 8dc252b5f..527631bd6 100755 --- a/perl-install/standalone/draksplash +++ b/perl-install/standalone/draksplash @@ -4,16 +4,7 @@ use strict; use lib qw(/usr/lib/libDrakX); use standalone; use common; -BEGIN { - eval { - require ugtk2; - ugtk2->import(qw(:helpers :wrappers :create)); - }; - if ($@) { - print "This program cannot be run in console mode.\n"; - c::_exit(0); #- skip ugtk2::END - } -} +use ugtk2 qw(:helpers :wrappers :create); use interactive; #- convenience variables for true and false |