summarylogtreecommitdiffstats
path: root/grub2-theme-dharma-mod.install
blob: 78e7bce51aada99847ef248e6da32a08a5ccf441 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
post_install() {
  cat << "EOF"

==> Installation:
==> Add theme to /etc/default/grub:
        GRUB_THEME="/boot/grub/themes/Dharma/theme.txt"
        GRUB_GFXMODE=auto
==> Update grub:
        # grub-mkconfig -o /boot/grub/grub.cfg

EOF
}