summarylogtreecommitdiffstats
path: root/grub-fallout-theme.install
diff options
context:
space:
mode:
authorRodrigo Lourenço2020-09-29 10:06:18 +0100
committerRodrigo Lourenço2020-09-29 10:06:18 +0100
commit0f85f2bcb857d4b94f34c9aa31467fa928a70865 (patch)
tree7220ec11dfa6abaa3581e662e711bf2d8772310c /grub-fallout-theme.install
parent004a65f664350a5824e87a91b8cf51735d5458d1 (diff)
downloadaur-0f85f2bcb857d4b94f34c9aa31467fa928a70865.tar.gz
Get newest version and add .install file for instructions
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."
+}