diff options
| author | Jonathan Bauer | 2014-03-25 16:05:27 +0100 |
|---|---|---|
| committer | Jonathan Bauer | 2014-03-25 16:05:27 +0100 |
| commit | 249e951ce236e3bbeb32b5a943215524a81f42f2 (patch) | |
| tree | e7538724066c4a0330f2e6588e956680613bff57 /remote/modules/smartctl | |
| parent | [consolekit] woops, delete old files (diff) | |
| download | tm-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.build | 13 | ||||
| -rw-r--r-- | remote/modules/smartctl/smartctl.conf | 5 | ||||
| -rw-r--r-- | remote/modules/smartctl/smartctl.conf.opensuse | 6 | ||||
| -rw-r--r-- | remote/modules/smartctl/smartctl.conf.ubuntu | 6 |
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 -" |
