summaryrefslogtreecommitdiffstats
path: root/remote
diff options
context:
space:
mode:
Diffstat (limited to 'remote')
-rw-r--r--remote/modules/consolekit/consolekit.build28
-rw-r--r--remote/modules/consolekit/consolekit.conf17
-rw-r--r--remote/modules/consolekit/consolekit.conf.debian6
-rw-r--r--remote/modules/consolekit/consolekit.conf.opensuse8
-rw-r--r--remote/modules/consolekit/consolekit.conf.ubuntu9
5 files changed, 0 insertions, 68 deletions
diff --git a/remote/modules/consolekit/consolekit.build b/remote/modules/consolekit/consolekit.build
deleted file mode 100644
index 0c63ec6b..00000000
--- a/remote/modules/consolekit/consolekit.build
+++ /dev/null
@@ -1,28 +0,0 @@
-#!/bin/bash
-
-fetch_source() {
- pinfo "Extracting from running system..."
-}
-
-build() {
- COPYLIST="list_dpkg_output"
- [ -e "${COPYLIST}" ] && rm "${COPYLIST}"
-
- list_packet_files >> "${COPYLIST}"
- tarcopy "$(cat "${COPYLIST}" | sort -u)" "${MODULE_BUILD_DIR}"
- # Systemd/dbus
- mkdir -p "$MODULE_BUILD_DIR/usr/share/dbus-1/system-services" "$MODULE_BUILD_DIR/etc/systemd/system"
- local DAEMON=$(find "$MODULE_BUILD_DIR" -name console-kit-daemon -executable | head -n 1)
- DAEMON="${DAEMON#$MODULE_BUILD_DIR}"
- [ -z "$DAEMON" ] && perror "Could not find console-kit-daemon binary"
- sed "s,%DAEMON%,/$DAEMON,g" "templates/consolekit.systemd.service" > "$MODULE_BUILD_DIR/etc/systemd/system/console-kit-daemon.service" || perror "Could not generate systemd service"
- sed "s,%DAEMON%,/$DAEMON,g" "templates/consolekit.dbus.service" > "$MODULE_BUILD_DIR/usr/share/dbus-1/system-services/org.freedesktop.ConsoleKit.service" || perror "Could not generate dbus service"
-}
-
-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/modules/consolekit/consolekit.conf b/remote/modules/consolekit/consolekit.conf
deleted file mode 100644
index e27b15e6..00000000
--- a/remote/modules/consolekit/consolekit.conf
+++ /dev/null
@@ -1,17 +0,0 @@
-REQUIRED_BINARIES="
- console-kit-daemon
- ck-history
- ck-launch-session
- ck-list-sessions
-"
-REQUIRED_DIRECTORIES="
- /etc/ConsoleKit
- /etc/dbus-1
- /usr/lib/ConsoleKit
- /usr/share
-"
-REQUIRED_LIBRARIES="
- pam_ck_connector
- libck-connector
-"
-
diff --git a/remote/modules/consolekit/consolekit.conf.debian b/remote/modules/consolekit/consolekit.conf.debian
deleted file mode 100644
index 0171868a..00000000
--- a/remote/modules/consolekit/consolekit.conf.debian
+++ /dev/null
@@ -1,6 +0,0 @@
-REQUIRED_CONTENT_PACKAGES="
- consolekit
- libpam-ck-connector
-"
-
-
diff --git a/remote/modules/consolekit/consolekit.conf.opensuse b/remote/modules/consolekit/consolekit.conf.opensuse
deleted file mode 100644
index d0f46410..00000000
--- a/remote/modules/consolekit/consolekit.conf.opensuse
+++ /dev/null
@@ -1,8 +0,0 @@
-REQUIRED_INSTALLED_PACKAGES="
- ConsoleKit
- ConsoleKit-x11
-"
-REQUIRED_CONTENT_PACKAGES="
- ConsoleKit
- ConsoleKit-x11
-"
diff --git a/remote/modules/consolekit/consolekit.conf.ubuntu b/remote/modules/consolekit/consolekit.conf.ubuntu
deleted file mode 100644
index e7f5e47d..00000000
--- a/remote/modules/consolekit/consolekit.conf.ubuntu
+++ /dev/null
@@ -1,9 +0,0 @@
-REQUIRED_INSTALLED_PACKAGES="
- consolekit
-"
-REQUIRED_CONTENT_PACKAGES="
- consolekit
- libpam-ck-connector
- libck-connector0
-"
-