summaryrefslogtreecommitdiffstats
path: root/core/modules/x11vnc
diff options
context:
space:
mode:
Diffstat (limited to 'core/modules/x11vnc')
-rw-r--r--core/modules/x11vnc/module.conf6
-rw-r--r--core/modules/x11vnc/module.conf.debian7
-rw-r--r--core/modules/x11vnc/module.conf.ubuntu7
3 files changed, 9 insertions, 11 deletions
diff --git a/core/modules/x11vnc/module.conf b/core/modules/x11vnc/module.conf
index 4149438d..89f266c6 100644
--- a/core/modules/x11vnc/module.conf
+++ b/core/modules/x11vnc/module.conf
@@ -1,11 +1,7 @@
#!/bin/bash
REQUIRED_BINARIES="
- X0tigervnc
- x0tigervncserver
- vncpasswd
+ x11vnc
"
REQUIRED_DIRECTORIES="
- /etc/tigervnc
- /usr/share/perl5/TigerVNC
"
REQUIRED_FILES=""
diff --git a/core/modules/x11vnc/module.conf.debian b/core/modules/x11vnc/module.conf.debian
index 6a19ce74..798e2c3b 100644
--- a/core/modules/x11vnc/module.conf.debian
+++ b/core/modules/x11vnc/module.conf.debian
@@ -1,6 +1,7 @@
#!/bin/bash
+REQUIRED_INSTALLED_PACKAGES="
+ x11vnc
+"
REQUIRED_CONTENT_PACKAGES="
- tigervnc-scraping-server
- tigervnc-common
- tigervnc-tools
+ x11vnc
"
diff --git a/core/modules/x11vnc/module.conf.ubuntu b/core/modules/x11vnc/module.conf.ubuntu
index 6a19ce74..798e2c3b 100644
--- a/core/modules/x11vnc/module.conf.ubuntu
+++ b/core/modules/x11vnc/module.conf.ubuntu
@@ -1,6 +1,7 @@
#!/bin/bash
+REQUIRED_INSTALLED_PACKAGES="
+ x11vnc
+"
REQUIRED_CONTENT_PACKAGES="
- tigervnc-scraping-server
- tigervnc-common
- tigervnc-tools
+ x11vnc
"