aboutsummaryrefslogtreecommitdiffstats
path: root/install/archlogo
blob: 0b1fb487afe135acfe016c83b5372fa9714eb1fd (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/systemd/sysinit.target.wants/archlogo.service" "../archlogo.service"
}

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