From ab7b3d5214d7bd9e9e9684008225cb9b081cfb5a Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 9 Oct 2000 17:18:38 +0000 Subject: no_comment --- perl-install/install_any.pm | 9 --------- 1 file changed, 9 deletions(-) (limited to 'perl-install/install_any.pm') diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index c8daa3f2b..2d458c1a5 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -494,15 +494,6 @@ sub kdeicons_postinstall { 1, %$_) if $name; } - my @l = list_skels($prefix, 'Desktop/Doc.kdelnk'); - if (my ($lang) = all("$prefix/usr/doc/mandrake")) { - substInFile { s|^(URL=.*?)/?$|$1/$lang/index.html| } @l; - substInFile { s|^(url=/usr/doc/mandrake/)$|$1$lang/index.html| } "$prefix/usr/lib/desktop-links/mandrake.links"; - } else { - unlink @l; - substInFile { $_ = '' if /^\[MDKsupport\]$/ .. /^\s*$/ } "$prefix/usr/lib/desktop-links/mandrake.links"; - } - # rename the .kdelnk to the name found in the .kdelnk as kde doesn't use it # for displaying foreach my $dir (grep { -d $_ } list_skels($prefix, 'Desktop')) { -- cgit v1.2.1