summarylogtreecommitdiffstats
path: root/grub-fallout-theme.install
diff options
context:
space:
mode:
Diffstat (limited to 'grub-fallout-theme.install')
-rw-r--r--grub-fallout-theme.install15
1 files changed, 15 insertions, 0 deletions
diff --git a/grub-fallout-theme.install b/grub-fallout-theme.install
new file mode 100644
index 000000000000..49e85c8f1236
--- /dev/null
+++ b/grub-fallout-theme.install
@@ -0,0 +1,15 @@
+#!/bin/sh
+
+post_install() {
+ echo ":: To use the theme:"
+ echo " 1. Install it to your /boot/grub/themes folder"
+ echo " e.g. grub-install --themes=fallout ..."
+ echo " 2. Set GRUB_THEME to /boot/grub/themes/fallout/theme.txt"
+ echo " 3. Regenerate your GRUB configuration"
+ echo " e.g. grub-mkconfig -o /boot/grub/grub.cfg"
+}
+
+post_upgrade() {
+ echo ":: To complete the upgrade, you must re-install the theme using"
+ echo " grub-install and grub-config."
+}