post_install() {
holo apply
echo 'If this package is installed for the first time, run `bootctl install`.'
}
post_upgrade() {
post_install
}
post_remove() {
holo apply
}
