post_install() {
holo apply
locale-gen
}
post_upgrade() {
post_install
}
post_remove() {
holo apply
}
