summaryrefslogtreecommitdiffstats
path: root/core/modules/vmware-common/module.build
diff options
context:
space:
mode:
authorSimon Rettberg2018-10-26 13:07:06 +0200
committerSimon Rettberg2018-10-26 13:07:06 +0200
commit63a6524ff47461911258ccb914a7cdd5f05e523b (patch)
tree0a224079c657894b08c292bf437c4fd863b9d34e /core/modules/vmware-common/module.build
parent[vmware12] Improve xscreensaver ungrab script (diff)
downloadmltk-63a6524ff47461911258ccb914a7cdd5f05e523b.tar.gz
mltk-63a6524ff47461911258ccb914a7cdd5f05e523b.tar.xz
mltk-63a6524ff47461911258ccb914a7cdd5f05e523b.zip
[vmware-common] Common files for vmware12 and vmware14
Diffstat (limited to 'core/modules/vmware-common/module.build')
-rw-r--r--core/modules/vmware-common/module.build13
1 files changed, 13 insertions, 0 deletions
diff --git a/core/modules/vmware-common/module.build b/core/modules/vmware-common/module.build
new file mode 100644
index 00000000..5086d1bc
--- /dev/null
+++ b/core/modules/vmware-common/module.build
@@ -0,0 +1,13 @@
+#!/bin/bash
+# fake module simply copying its data/ files
+fetch_source() {
+ :
+}
+
+build() {
+ :
+}
+
+post_copy() {
+ :
+}