1 2 3 4 5 6 7 8
post_install() { echo ">>Please restart the CUPS daemon to take the printer definitions into account" } post_upgrade() { post_install }