summaryrefslogtreecommitdiffstats
path: root/core/modules/fspanel
diff options
context:
space:
mode:
Diffstat (limited to 'core/modules/fspanel')
-rw-r--r--core/modules/fspanel/module.build12
-rw-r--r--core/modules/fspanel/module.conf9
-rw-r--r--core/modules/fspanel/module.conf.debian4
-rw-r--r--core/modules/fspanel/module.conf.ubuntu4
4 files changed, 29 insertions, 0 deletions
diff --git a/core/modules/fspanel/module.build b/core/modules/fspanel/module.build
new file mode 100644
index 00000000..a5cbb6b6
--- /dev/null
+++ b/core/modules/fspanel/module.build
@@ -0,0 +1,12 @@
+#!/bin/bash
+fetch_source() {
+ :
+}
+
+build() {
+ :
+}
+
+post_copy() {
+ :
+}
diff --git a/core/modules/fspanel/module.conf b/core/modules/fspanel/module.conf
new file mode 100644
index 00000000..2317f3fd
--- /dev/null
+++ b/core/modules/fspanel/module.conf
@@ -0,0 +1,9 @@
+#!/bin/bash
+REQUIRED_BINARIES="
+ fspanel
+"
+REQUIRED_FILES="
+"
+
+REQUIRED_DIRECTORIES="
+"
diff --git a/core/modules/fspanel/module.conf.debian b/core/modules/fspanel/module.conf.debian
new file mode 100644
index 00000000..9f8a26f1
--- /dev/null
+++ b/core/modules/fspanel/module.conf.debian
@@ -0,0 +1,4 @@
+#!/bin/bash
+REQUIRED_CONTENT_PACKAGES="
+ fspanel
+"
diff --git a/core/modules/fspanel/module.conf.ubuntu b/core/modules/fspanel/module.conf.ubuntu
new file mode 100644
index 00000000..9f8a26f1
--- /dev/null
+++ b/core/modules/fspanel/module.conf.ubuntu
@@ -0,0 +1,4 @@
+#!/bin/bash
+REQUIRED_CONTENT_PACKAGES="
+ fspanel
+"