summaryrefslogtreecommitdiffstats
path: root/remote/modules/smartctl
diff options
context:
space:
mode:
authorJonathan Bauer2014-03-25 16:05:27 +0100
committerJonathan Bauer2014-03-25 16:05:27 +0100
commit249e951ce236e3bbeb32b5a943215524a81f42f2 (patch)
treee7538724066c4a0330f2e6588e956680613bff57 /remote/modules/smartctl
parent[consolekit] woops, delete old files (diff)
downloadtm-scripts-249e951ce236e3bbeb32b5a943215524a81f42f2.tar.gz
tm-scripts-249e951ce236e3bbeb32b5a943215524a81f42f2.tar.xz
tm-scripts-249e951ce236e3bbeb32b5a943215524a81f42f2.zip
woopsie, the return ;)
Diffstat (limited to 'remote/modules/smartctl')
-rw-r--r--remote/modules/smartctl/smartctl.build13
-rw-r--r--remote/modules/smartctl/smartctl.conf5
-rw-r--r--remote/modules/smartctl/smartctl.conf.opensuse6
-rw-r--r--remote/modules/smartctl/smartctl.conf.ubuntu6
4 files changed, 0 insertions, 30 deletions
diff --git a/remote/modules/smartctl/smartctl.build b/remote/modules/smartctl/smartctl.build
deleted file mode 100644
index 435a7b10..00000000
--- a/remote/modules/smartctl/smartctl.build
+++ /dev/null
@@ -1,13 +0,0 @@
-fetch_source() {
- :
-}
-
-build() {
- COPYLIST="list_dpkg_output"
- list_packet_files > "$COPYLIST"
- tarcopy "$(cat "${COPYLIST}" | sort -u)" "${MODULE_BUILD_DIR}"
-}
-
-post_copy() {
- :
-}
diff --git a/remote/modules/smartctl/smartctl.conf b/remote/modules/smartctl/smartctl.conf
deleted file mode 100644
index 9ea1ed03..00000000
--- a/remote/modules/smartctl/smartctl.conf
+++ /dev/null
@@ -1,5 +0,0 @@
-REQUIRED_BINARIES="
- smartctl
-"
-REQUIRED_LIBRARIES=""
-REQUIRED_DIRECTORIES=""
diff --git a/remote/modules/smartctl/smartctl.conf.opensuse b/remote/modules/smartctl/smartctl.conf.opensuse
deleted file mode 100644
index d699f2f0..00000000
--- a/remote/modules/smartctl/smartctl.conf.opensuse
+++ /dev/null
@@ -1,6 +0,0 @@
-REQUIRED_CONTENT_PACKAGES="
- smartmontools
-"
-REQUIRED_INSTALLED_PACKAGES="
- smartmontools
-"
diff --git a/remote/modules/smartctl/smartctl.conf.ubuntu b/remote/modules/smartctl/smartctl.conf.ubuntu
deleted file mode 100644
index d699f2f0..00000000
--- a/remote/modules/smartctl/smartctl.conf.ubuntu
+++ /dev/null
@@ -1,6 +0,0 @@
-REQUIRED_CONTENT_PACKAGES="
- smartmontools
-"
-REQUIRED_INSTALLED_PACKAGES="
- smartmontools
-"