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