post_install() {
holo apply
mkinitcpio -p linux
}
post_upgrade() {
post_install
}
post_remove() {
holo apply
}
