1 2 3 4 5 6 7 8 9 10 11 12
post_install() { systemctl reload-or-restart cups } post_upgrade() { systemctl reload-or-restart cups } post_remove() { systemctl reload-or-restart cups }