diff options
Diffstat (limited to 'perl-install/share/advertising/01-thanks.pl')
-rw-r--r-- | perl-install/share/advertising/01-thanks.pl | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/perl-install/share/advertising/01-thanks.pl b/perl-install/share/advertising/01-thanks.pl deleted file mode 100644 index 438216964..000000000 --- a/perl-install/share/advertising/01-thanks.pl +++ /dev/null @@ -1,12 +0,0 @@ -#!/usr/bin/perl - -$width = 556; -$height = 303; - -$y_start = 80; - -$title = N("Thank you for choosing Mandrake Linux 9.2"); - -@text = (N("Welcome to the Open Source world."), - '', - N("The success of MandrakeSoft is based upon the principle of Free Software. Your new operating system is the result of collaborative work of the worldwide Linux Community.")); |