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

==> Author: 浣衣尘(http://tieba.baidu.com/p/3757812932)
==> Installation:
==> Edit /etc/default/grub: GRUB_THEME="/boot/grub/themes/Vimix/theme.txt"
==> Update grub:# grub-mkconfig -o /boot/grub/grub.cfg

_EOF
}

post_upgrade() {
  post_install $1
}