summarylogtreecommitdiffstats
path: root/grub-holdshift.install
blob: b8e86ab7020832928b2acef0ed3ca29d0001eaf9 (plain)
1
2
3
4
5
6
7
8
9
post_install() {
  echo Remember to run grub-mkconfig -o /boot/grub/grub.cfg
  echo This won\'t be automated to avoid overwriting manutally-edited
  echo grub.cfg files.
}

post_upgrade() {
  post_install
}