aboutsummaryrefslogtreecommitdiffstats
path: root/hook/archlogo
diff options
context:
space:
mode:
Diffstat (limited to 'hook/archlogo')
-rw-r--r--hook/archlogo6
1 files changed, 6 insertions, 0 deletions
diff --git a/hook/archlogo b/hook/archlogo
new file mode 100644
index 0000000..688b84b
--- /dev/null
+++ b/hook/archlogo
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+run_earlyhook() {
+ source /etc/archlogo.conf
+ cat "/usr/share/archlogo/${ARCHLOGO}"
+}