summarylogtreecommitdiffstats
path: root/grub2-theme-arch-suse.install
blob: e4e99f70eab85b5293ca8ba33068a405bf8b074d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
post_install() {
  cat << _EOF 

==> Installation:
==> Add theme to your /etc/default/grub:
==> GRUB_THEME="/boot/grub/themes/arch-suse/theme.txt"
==> Preferred resolution 1024x768: GRUB_GFXMODE=1024x768
==> Update grub:# grub-mkconfig -o /boot/grub/grub.cfg


_EOF
}

post_upgrade() {
  post_install $1
}