1 2 3 4 5 6 7 8 9
post_install() { post_upgrade; } post_upgrade() { printf 'Restart CUPS to load new driver files:\n' printf ' sudo systemctl restart org.cups.cupsd\n' printf 'You can register your printer via the web interface at http://localhost:631/' }