summaryrefslogtreecommitdiffstats
path: root/perl-install/install_any.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/install_any.pm')
-rw-r--r--perl-install/install_any.pm9
1 files changed, 0 insertions, 9 deletions
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')) {