_update() { systemctl daemon-reload } post_install() { _update systemctl enable rc-local.service } post_upgrade() { _update } pre_remove() { systemctl disable rc-local.service } post_remove() { _update }