summaryrefslogtreecommitdiff
path: root/libre-testing/systemd/initcpio-install-timestamp
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-01-08 04:54:33 -0200
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-01-08 04:54:33 -0200
commitaf366e4fc114db59a7852a12ca186a99c68e0d58 (patch)
tree75b6261d8b8eb079e8d332481a864c1f458e6178 /libre-testing/systemd/initcpio-install-timestamp
parent1e825f795deba420c569f9c318a8cd94927b1b0b (diff)
downloadabslibre-af366e4fc114db59a7852a12ca186a99c68e0d58.tar.gz
abslibre-af366e4fc114db59a7852a12ca186a99c68e0d58.tar.bz2
abslibre-af366e4fc114db59a7852a12ca186a99c68e0d58.zip
remove more deprecated packages
Diffstat (limited to 'libre-testing/systemd/initcpio-install-timestamp')
-rw-r--r--libre-testing/systemd/initcpio-install-timestamp14
1 files changed, 0 insertions, 14 deletions
diff --git a/libre-testing/systemd/initcpio-install-timestamp b/libre-testing/systemd/initcpio-install-timestamp
deleted file mode 100644
index 259cc705b..000000000
--- a/libre-testing/systemd/initcpio-install-timestamp
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/bash
-
-build() {
- add_binary /usr/lib/systemd/systemd-timestamp /usr/bin/systemd-timestamp
-}
-
-help() {
- cat <<HELPEOF
-Provides support for RD_TIMESTAMP in early userspace, which can be read by a
-program such as systemd-analyze to determine boot time.
-HELPEOF
-}
-
-# vim: set ft=sh ts=4 sw=4 et: