core/grub2-themes-sirius/grub2-themes-sirius.install

9 lines
204 B
Plaintext
Raw Normal View History

2014-04-29 04:54:07 +08:00
post_install() {
cat << _EOF
==> Installation: Add theme to your /etc/default/grub: GRUB_THEME="/usr/share/grub/themes/Sirius/theme.txt"
==> Update grub:# grub-mkconfig -o /boot/grub/grub.cfg
_EOF
}