#!/hint/sh post_install() { holo apply } post_upgrade() { post_install } post_remove() { holo apply }