summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2012-06-21 12:50:39 +0200
committerAndras Timar <atimar@suse.com>2012-06-21 12:56:45 +0200
commite23f0209535123d9cc0cf60b2359e63e5d672179 (patch)
tree8e0957fcf8df03e1ef17cd642b90bd0ca682a998
parent9b6cab988b4dd7be88573aab99010aaac657f78f (diff)
fdo#49919 Don't default to desktop pollution
Change-Id: I4b9fda0f81d43cab80a015a2eb7374a94f3da7de
-rw-r--r--solenv/bin/modules/installer/windows/property.pm3
1 files changed, 0 insertions, 3 deletions
diff --git a/solenv/bin/modules/installer/windows/property.pm b/solenv/bin/modules/installer/windows/property.pm
index 32195e1ba6b2..9f29195463af 100644
--- a/solenv/bin/modules/installer/windows/property.pm
+++ b/solenv/bin/modules/installer/windows/property.pm
@@ -324,9 +324,6 @@ sub set_important_properties
{
my $onepropertyline = "DESKTOPLINKEXISTS" . "\t" . "1" . "\n";
push(@{$propertyfile}, $onepropertyline);
-
- $onepropertyline = "CREATEDESKTOPLINK" . "\t" . "1" . "\n"; # Setting the default
- push(@{$propertyfile}, $onepropertyline);
}
if ( $installer::globals::patch )