summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2020-08-21 12:57:28 +0200
committerSimon Rettberg2020-08-21 12:57:28 +0200
commit5c4ea01a2cd43c916e6e8965b9708f1c0daa0c2b (patch)
tree1ee59950c977be368e5cc79e3e5d2284983976aa
parent[xfwm] Add module (diff)
downloadmltk-5c4ea01a2cd43c916e6e8965b9708f1c0daa0c2b.tar.gz
mltk-5c4ea01a2cd43c916e6e8965b9708f1c0daa0c2b.tar.xz
mltk-5c4ea01a2cd43c916e6e8965b9708f1c0daa0c2b.zip
[blackbox] Remove module
-rw-r--r--core/modules/blackbox/module.build18
-rw-r--r--core/modules/blackbox/module.conf9
-rw-r--r--core/modules/blackbox/module.conf.debian4
-rw-r--r--core/modules/blackbox/module.conf.ubuntu4
4 files changed, 0 insertions, 35 deletions
diff --git a/core/modules/blackbox/module.build b/core/modules/blackbox/module.build
deleted file mode 100644
index d7b9b209..00000000
--- a/core/modules/blackbox/module.build
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/bin/bash
-fetch_source() {
- :
-}
-
-build() {
- COPYLIST="list_dpkg_output"
- rm -f -- "$COPYLIST"
-
- list_packet_files >> "$COPYLIST"
- tarcopy "$( < "$COPYLIST" sort -u )" "${MODULE_BUILD_DIR}"
-
- return 0
-}
-
-post_copy() {
- :
-}
diff --git a/core/modules/blackbox/module.conf b/core/modules/blackbox/module.conf
deleted file mode 100644
index 29489edf..00000000
--- a/core/modules/blackbox/module.conf
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/bash
-REQUIRED_BINARIES="
- blackbox
-"
-REQUIRED_FILES="
- /usr/share/blackbox/styles/Gray
- /usr/share/menu/blackbox
- /usr/share/xsessions/blackbox.desktop
-"
diff --git a/core/modules/blackbox/module.conf.debian b/core/modules/blackbox/module.conf.debian
deleted file mode 100644
index 0cc82595..00000000
--- a/core/modules/blackbox/module.conf.debian
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/bash
-REQUIRED_CONTENT_PACKAGES="
- blackbox
-"
diff --git a/core/modules/blackbox/module.conf.ubuntu b/core/modules/blackbox/module.conf.ubuntu
deleted file mode 100644
index 0cc82595..00000000
--- a/core/modules/blackbox/module.conf.ubuntu
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/bash
-REQUIRED_CONTENT_PACKAGES="
- blackbox
-"