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

build() {
	source /etc/archlogo.conf
	add_file "/usr/share/archlogo/${ARCHLOGO}" /archlogo
	add_runscript
}

help() {
	echo "This hook adds an Arch Linux logo to the boot process."
}