summarylogtreecommitdiffstats
path: root/sekiro-grub-theme-git.install
diff options
context:
space:
mode:
authorChristian Finnberg2022-02-09 21:44:50 +0200
committerChristian Finnberg2022-02-09 21:44:50 +0200
commit6ad73da505a8ab5835479f805928bc452008dbc3 (patch)
treeef1effc6df9ae7989ff2584f1cc1888545e7cd7a /sekiro-grub-theme-git.install
parent56ee98d64352797ab659a2992953b4beda7ef314 (diff)
downloadaur-6ad73da505a8ab5835479f805928bc452008dbc3.tar.gz
Fixes instructions and source URL
Diffstat (limited to 'sekiro-grub-theme-git.install')
-rw-r--r--sekiro-grub-theme-git.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/sekiro-grub-theme-git.install b/sekiro-grub-theme-git.install
index 39a88455cfc3..f70d9b971e33 100644
--- a/sekiro-grub-theme-git.install
+++ b/sekiro-grub-theme-git.install
@@ -1,7 +1,7 @@
post_install() {
echo '==> To select the Sekiro theme you must:'
echo '==> 1. Open the file "/etc/default/grub" in a text editor'
- echo '==> 2. Update the variable GRUB_THEME="/boot/grub/themes/sekiro/theme.txt"'
+ echo '==> 2. Update the variable GRUB_THEME="/usr/share/grub/themes/sekiro/theme.txt"'
echo '==> 3. Update the grub config by running "sudo grub-mkconfig -o /boot/grub/grub.cfg"'
echo ' or run "sudo update-grub" if you are in Manjaro'
}
@@ -12,4 +12,4 @@ post_remove() {
echo '==> Make sure you selected a different theme in "/etc/default/grub"'
echo ' and updated your grub config with "sudo grub-mkconfig -o /boot/grub/grub.cfg"'
echo ' or "sudo update-grub" if you are in Manjaro'
-} \ No newline at end of file
+}