summarylogtreecommitdiffstats
path: root/install
blob: 388c9e8a1f9d334f93c3b4d2897d39870b2dfe77 (plain)
1
2
3
4
5
6
7
8
9
10
post_install() {
  echo "Enable the udev, encrypt, shutdown, and suspend hooks"
  echo "in /etc/mkinitcpio.conf and run 'mkinitcpio -p linux'."
}

post_upgrade() {
  echo "Run 'mkinitcpio -p linux' to update the initramfs."
}

# vim:set ts=2 sw=2 et: