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

build() {
	source /etc/archlogo.conf
	add_file /etc/archlogo.conf
	add_file "/usr/share/archlogo/${ARCHLOGO}"
	add_systemd_unit archlogo.service
	add_symlink "/usr/lib/systemd/system/sysinit.target.wants/archlogo.service" "../archlogo.service"
}

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