aboutsummaryrefslogtreecommitdiffstats
path: root/initcpio/install/paccache
diff options
context:
space:
mode:
Diffstat (limited to 'initcpio/install/paccache')
-rw-r--r--initcpio/install/paccache9
1 files changed, 9 insertions, 0 deletions
diff --git a/initcpio/install/paccache b/initcpio/install/paccache
new file mode 100644
index 0000000..1cb06a4
--- /dev/null
+++ b/initcpio/install/paccache
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+build() {
+ add_runscript
+}
+
+help() {
+ echo "This hook adds Server to pacredir.conf from inside initramfs."
+}