summaryrefslogtreecommitdiff
path: root/testing/systemd/initcpio-install-timestamp
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2012-06-08 19:39:34 +0000
committerParabola <dev@list.parabolagnulinux.org>2012-06-08 19:39:34 +0000
commitbc83221d3c667b70e51dfff6ed212aada3906ee6 (patch)
treec74726b9ebcaf8018cc4e46dede64b6c706905f8 /testing/systemd/initcpio-install-timestamp
parent63bd66056e59c02a988bf17876bd72e27bb4dc8b (diff)
Fri Jun 8 19:39:34 UTC 2012
Diffstat (limited to 'testing/systemd/initcpio-install-timestamp')
-rw-r--r--testing/systemd/initcpio-install-timestamp14
1 files changed, 0 insertions, 14 deletions
diff --git a/testing/systemd/initcpio-install-timestamp b/testing/systemd/initcpio-install-timestamp
deleted file mode 100644
index 259cc705b..000000000
--- a/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: