diff options
Diffstat (limited to 'initcpio/install/paccache')
-rw-r--r-- | initcpio/install/paccache | 9 |
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." +} |