summaryrefslogtreecommitdiff
path: root/Master/tlpkg/doc
diff options
context:
space:
mode:
authorSiep Kroonenberg <siepo@cybercomm.nl>2009-08-15 12:33:08 +0000
committerSiep Kroonenberg <siepo@cybercomm.nl>2009-08-15 12:33:08 +0000
commitbf8d9b1bb7480816950fe25c98685724d843378e (patch)
tree99717a9ca2481780d4462657b68db1f027884cf4 /Master/tlpkg/doc
parenta73b3c867cd081ef897ad40d55e8d88f9be0d266 (diff)
Client scripts: removed some cruft
git-svn-id: svn://tug.org/texlive/trunk@14693 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/doc')
-rwxr-xr-xMaster/tlpkg/doc/w32client1
-rw-r--r--Master/tlpkg/doc/w32unclient1
2 files changed, 0 insertions, 2 deletions
diff --git a/Master/tlpkg/doc/w32client b/Master/tlpkg/doc/w32client
index cf61f8a49c5..887020d1441 100755
--- a/Master/tlpkg/doc/w32client
+++ b/Master/tlpkg/doc/w32client
@@ -57,7 +57,6 @@ Win32::TieRegistry->import( qw( $Registry
$Registry->Delimiter('/');
$Registry->ArrayValues(0);
$Registry->FixSzNulls(1);
-Win32::Shortcut->import( qw( SW_SHOWNORMAL SW_SHOWMINNOACTIVE ) );
# register uninstaller. Failure not fatal.
# This really should be the first item.
diff --git a/Master/tlpkg/doc/w32unclient b/Master/tlpkg/doc/w32unclient
index e297a13674b..b9fe34139e2 100644
--- a/Master/tlpkg/doc/w32unclient
+++ b/Master/tlpkg/doc/w32unclient
@@ -44,7 +44,6 @@ $Registry->FixSzNulls(1);
# unregister uninstaller
my $rootkey = $Registry -> Open("CUser",
{Access => Win32::TieRegistry::KEY_ALL_ACCESS()});
-die "Failed to open rootkey\n" unless $rootkey;
if ($rootkey) { # otherwise fail silently
my $k = $rootkey->Open(
"software/microsoft/windows/currentversion/uninstall/");