summarylogtreecommitdiffstats
path: root/brother-mfc-j480dw.install
blob: 6b15f3b0a04a7733ee788e46c9c1cd083d2e7732 (plain)
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/'
}