summarylogtreecommitdiffstats
path: root/grubinvaders.install
blob: 282d18ff3174659393965d033f31365f4ca8830a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
post_install() {
	cat << EOF
> If you are using Grub everything is fine as GRUBinvaders is detected
> automagically. Just run grub-mkconfig.
> For any other bootloader please add your configuration manually. Make
> sure /boot/grubinvaders/invaders.bin is loaded.
EOF
}

post_remove() {
	cat << EOF
> Please remove your additions from your bootloaders.
EOF
}