summaryrefslogtreecommitdiffstats
path: root/remote/modules/screen-standby/module.build
diff options
context:
space:
mode:
Diffstat (limited to 'remote/modules/screen-standby/module.build')
-rw-r--r--remote/modules/screen-standby/module.build13
1 files changed, 13 insertions, 0 deletions
diff --git a/remote/modules/screen-standby/module.build b/remote/modules/screen-standby/module.build
new file mode 100644
index 00000000..435a7b10
--- /dev/null
+++ b/remote/modules/screen-standby/module.build
@@ -0,0 +1,13 @@
+fetch_source() {
+ :
+}
+
+build() {
+ COPYLIST="list_dpkg_output"
+ list_packet_files > "$COPYLIST"
+ tarcopy "$(cat "${COPYLIST}" | sort -u)" "${MODULE_BUILD_DIR}"
+}
+
+post_copy() {
+ :
+}