diff options
| author | Jonathan Bauer | 2015-06-05 16:45:17 +0200 |
|---|---|---|
| committer | root | 2015-06-05 16:45:17 +0200 |
| commit | 83d9ebc9b7684a05325cd3e912d729883c4fb16a (patch) | |
| tree | 4f19ed007aa599db50ffc3e2c76a82c907d01671 /remote/modules/safe-mode/module.build | |
| parent | [pvs2] don't start pvsclient if we are running the pvsmgr session (diff) | |
| download | tm-scripts-83d9ebc9b7684a05325cd3e912d729883c4fb16a.tar.gz tm-scripts-83d9ebc9b7684a05325cd3e912d729883c4fb16a.tar.xz tm-scripts-83d9ebc9b7684a05325cd3e912d729883c4fb16a.zip | |
[safe-mode/firefox] e-klausur demo modules
Diffstat (limited to 'remote/modules/safe-mode/module.build')
| -rw-r--r-- | remote/modules/safe-mode/module.build | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/remote/modules/safe-mode/module.build b/remote/modules/safe-mode/module.build new file mode 100644 index 00000000..86b1fd00 --- /dev/null +++ b/remote/modules/safe-mode/module.build @@ -0,0 +1,12 @@ +# fake module simply copying its data/ files +fetch_source() { + : +} + +build() { + : +} + +post_copy() { + : +} |
