summarylogtreecommitdiffstats
path: root/mkinitcpio-bootmsg.install
blob: d59b48b7974cb43bcbc9d623fca9f9ef57a3fe08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
post_install() {
	cat <<INSTALLEOF
	To use this hook, add "bootmsg" to the "HOOKS" section in "/etc/mkinitcpio.conf".
	Then customize /etc/bootmsg.conf to your preference and rebuild the initramfs.
INSTALLEOF
}

post_remove() {
	cat <<REMOVEEOF
	Remove "bootmsg" from the "HOOKS" section in "/etc/mkinitcpio.conf" and rebuild
	the initramfs.
REMOVEEOF
}