summarylogtreecommitdiffstats
path: root/grubinvaders.install
diff options
context:
space:
mode:
Diffstat (limited to 'grubinvaders.install')
-rw-r--r--grubinvaders.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/grubinvaders.install b/grubinvaders.install
new file mode 100644
index 000000000000..282d18ff3174
--- /dev/null
+++ b/grubinvaders.install
@@ -0,0 +1,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
+}