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