updated on Thu Jan 26 12:02:26 UTC 2012
[aur-mirror.git] / grub2-theme-elegantarch / elegantarch.install
blobda1eac2eeaa2a50aee63621952ea0a02e7d9b44b
1 post_install() {
2 cat << EOF
4  Edit /boot/grub/grub.cfg , comment out your
5      active set theme= line, and add this one:
6      set theme="/boot/grub/themes/elegantarch/theme.txt"
7      (Maybe without "/boot", depending on PC setup)
9 EOF
12 post_upgrade() {
13         post_install
16 post_remove() {
17 cat << EOF
19  IMPORTANT: Edit /boot/grub/grub.cfg , remove
20      set theme="/boot/grub/themes/elegantarch/theme.txt"
21      and uncomment an existing one / default!
22      (Maybe without "/boot", depending on PC setup)
24 EOF