summarylogtreecommitdiffstats
path: root/brother-hl-l3210cw.install
blob: bda0105a1d385ae69fe888d4610a0a5e2e867c29 (plain)
1
2
3
4
5
6
7
8
post_install() {
	post_upgrade;
}

post_upgrade() {
    echo "Restart CUPS and add your printer at http://localhost:631"
}