summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/x11vnc/OpenSLX/OSPlugin/x11vnc.pm
diff options
context:
space:
mode:
Diffstat (limited to 'os-plugins/plugins/x11vnc/OpenSLX/OSPlugin/x11vnc.pm')
-rw-r--r--os-plugins/plugins/x11vnc/OpenSLX/OSPlugin/x11vnc.pm22
1 files changed, 0 insertions, 22 deletions
diff --git a/os-plugins/plugins/x11vnc/OpenSLX/OSPlugin/x11vnc.pm b/os-plugins/plugins/x11vnc/OpenSLX/OSPlugin/x11vnc.pm
index 3c67b9f7..e73ea8a3 100644
--- a/os-plugins/plugins/x11vnc/OpenSLX/OSPlugin/x11vnc.pm
+++ b/os-plugins/plugins/x11vnc/OpenSLX/OSPlugin/x11vnc.pm
@@ -207,28 +207,6 @@ sub installationPhase
vlog(3, "install init file");
- #if ( !-x "/usr/bin/x11vnc" ) {
- # # let's install x11vnc
- # my $vendorOSName = $self->{'os-plugin-engine'}->{'vendor-os-name'};
- # if ( $vendorOSName =~ m/(debian|ubuntu)/i ) {
- # my $cmd = "aptitude -y install x11vnc";
- # vlog(3, "executing: $cmd");
- # if (slxsystem($cmd)) {
- # die _tr("unable to execute shell-cmd\n\t%s", $cmd);
- # }
- # }
- # if ( $vendorOSName =~ m/suse/i ) {
- # # PLEASE TEST THIS!!!
- # my $cmd = "zypper -n in x11vnc";
- # vlog(3, "executing: $cmd");
- # if (slxsystem($cmd)) {
- # die _tr("unable to execute shell-cmd\n\t%s", $cmd);
- # }
- # }
- #} else {
- # vlog(3, "x11vnc is already installed");
- #}
-
}
sub removalPhase