updated on Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git] / grub2-theme-archsphere / archsphere.install
bloba80af79e3a23dce1af26ff73b62b4b2443b5c44f
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/archsphere/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/archsphere/theme.txt"
21      and uncomment an existing one / default!
22      (Maybe without "/boot", depending on PC setup)
24 EOF