aboutsummaryrefslogtreecommitdiffstats
path: root/hook/archlogo
blob: c2ceeee903491843f7093733ca559c00fb29e277 (plain) (blame)
1
2
3
4
5
6
7
#!/bin/sh

run_earlyhook() {
	source /etc/archlogo.conf
	cd /usr/share/archlogo/
	cat "${ARCHLOGO}"
}