aboutsummaryrefslogtreecommitdiffstats
path: root/initcpio/install/pacredir
blob: 30d248ffc1c7d7a8a4bbe82ea5e1129d31a8d6b2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

build() {
	add_runscript
}

help() {
	echo 'This hook adds peers to pacredir.conf from inside initramfs.'
	echo 'Useless for installed systems, but can be handy with'
	echo 'no-persistent configurations.'
}