summaryrefslogtreecommitdiffstats
path: root/remote/tools/dbus
diff options
context:
space:
mode:
authorJonathan Bauer2013-03-14 18:30:10 +0100
committerJonathan Bauer2013-03-14 18:30:10 +0100
commit765e0502c315d250ab8f671bc726fef6f63a026a (patch)
treee5624ec583c98fd3202caefad9b37289d9cad348 /remote/tools/dbus
parentbase -> base32 and started new base31 (diff)
downloadtm-scripts-765e0502c315d250ab8f671bc726fef6f63a026a.tar.gz
tm-scripts-765e0502c315d250ab8f671bc726fef6f63a026a.tar.xz
tm-scripts-765e0502c315d250ab8f671bc726fef6f63a026a.zip
restructuring...
Diffstat (limited to 'remote/tools/dbus')
-rw-r--r--remote/tools/dbus/dbus.build23
-rw-r--r--remote/tools/dbus/dbus.conf9
-rw-r--r--remote/tools/dbus/dbus.conf.zypper9
3 files changed, 0 insertions, 41 deletions
diff --git a/remote/tools/dbus/dbus.build b/remote/tools/dbus/dbus.build
deleted file mode 100644
index 2c0e3866..00000000
--- a/remote/tools/dbus/dbus.build
+++ /dev/null
@@ -1,23 +0,0 @@
-#!/bin/bash
-
-fetch_source() {
- echo "Extracting from running system..."
-}
-
-build() {
- BUILDDIR="${TOOL_DIR}/${TOOL}/build"
- COPYLIST="list_dpkg_output"
- [ -e "${COPYLIST}" ] && rm "${COPYLIST}"
-
- list_packet_files >> "${COPYLIST}"
- tarcopy "$(cat "${COPYLIST}" | sort -u)" "${BUILDDIR}"
-
-}
-post_copy() {
-
- # quick fix to get the unit files from the package
- # moved them from lib/systemd to usr/lib/systemd
- cd "${BUILDDIR}"
- tarcopy lib/systemd "${TARGET_BUILD_DIR}"/usr
- cd - &> /dev/null
-}
diff --git a/remote/tools/dbus/dbus.conf b/remote/tools/dbus/dbus.conf
deleted file mode 100644
index a8c97d9c..00000000
--- a/remote/tools/dbus/dbus.conf
+++ /dev/null
@@ -1,9 +0,0 @@
-REQUIRED_PACKAGES="dbus"
-REQUIRED_BINARIES=" dbus-cleanup-sockets
- dbus-daemon
- dbus-uuidgen
- dbus-monitor
- dbus-send
- dbus-daemon-launch-helper"
-REQUIRED_DIRECTORIES=" /etc/dbus-1"
-REQUIRED_FILES=" /etc/default/dbus"
diff --git a/remote/tools/dbus/dbus.conf.zypper b/remote/tools/dbus/dbus.conf.zypper
deleted file mode 100644
index db7183c5..00000000
--- a/remote/tools/dbus/dbus.conf.zypper
+++ /dev/null
@@ -1,9 +0,0 @@
-REQUIRED_PACKAGES="dbus-1"
-REQUIRED_BINARIES=" dbus-cleanup-sockets
- dbus-daemon
- dbus-uuidgen
- dbus-monitor
- dbus-send
- dbus-daemon-launch-helper"
-REQUIRED_DIRECTORIES=" /etc/dbus-1"
-REQUIRED_FILES=""