diff options
| author | Jonathan Bauer | 2013-03-14 18:30:10 +0100 |
|---|---|---|
| committer | Jonathan Bauer | 2013-03-14 18:30:10 +0100 |
| commit | 765e0502c315d250ab8f671bc726fef6f63a026a (patch) | |
| tree | e5624ec583c98fd3202caefad9b37289d9cad348 /remote/tools/consolekit | |
| parent | base -> base32 and started new base31 (diff) | |
| download | tm-scripts-765e0502c315d250ab8f671bc726fef6f63a026a.tar.gz tm-scripts-765e0502c315d250ab8f671bc726fef6f63a026a.tar.xz tm-scripts-765e0502c315d250ab8f671bc726fef6f63a026a.zip | |
restructuring...
Diffstat (limited to 'remote/tools/consolekit')
| -rw-r--r-- | remote/tools/consolekit/consolekit.build | 21 | ||||
| -rw-r--r-- | remote/tools/consolekit/consolekit.conf | 11 |
2 files changed, 0 insertions, 32 deletions
diff --git a/remote/tools/consolekit/consolekit.build b/remote/tools/consolekit/consolekit.build deleted file mode 100644 index 35170256..00000000 --- a/remote/tools/consolekit/consolekit.build +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/bash - -fetch_source() { - pinfo "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() { - mkdir -p "${TARGET_BUILD_DIR}/usr/lib/ConsoleKit/run-seat.d" - mkdir -p "${TARGET_BUILD_DIR}/etc/ConsoleKit/run-seat.d" - mkdir -p "${TARGET_BUILD_DIR}/etc/ConsoleKit/run-session.d" - mkdir -p "${TARGET_BUILD_DIR}/var/log/ConsoleKit" -} diff --git a/remote/tools/consolekit/consolekit.conf b/remote/tools/consolekit/consolekit.conf deleted file mode 100644 index 38f1718f..00000000 --- a/remote/tools/consolekit/consolekit.conf +++ /dev/null @@ -1,11 +0,0 @@ -REQUIRED_PACKAGES="consolekit" -REQUIRED_BINARIES=" ck-history - ck-launch-session - ck-list-sessions - ck-log-system-start - ck-log-system-restart - ck-log-system-stop - console-kit-daemon" -REQUIRED_DIRECTORIES=" /usr/lib/ConsoleKit /etc /lib/systemd/system" -REQUIRED_FILES=" /usr/share/dbus-1/system-services/org.freedesktop.ConsoleKit.service - /usr/share/polkit-1/actions/org.freedesktop.consolekit.policy" |
