From 8670d1284bb8ec42bb305680eac91a919b78ae3f Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Mon, 4 Nov 2013 12:26:21 +0100 Subject: add initcpio hook --- initcpio/install/paccache | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 initcpio/install/paccache (limited to 'initcpio/install/paccache') 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." +} -- cgit v1.2.3-54-g00ecf