summarylogtreecommitdiffstats
path: root/brother-hl3070cw.install
blob: da8f68b4b08c33a0114e36bef8a34fde36c6d026 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
post_install() {
	post_upgrade;
	echo "You can now register your new printer using the web interface at:"
	echo "  http://localhost:631/"
	echo "and select the driver 'HL3070CW CUPS (en)'"
}

post_upgrade() {
	systemctl restart cups.service
}

post_remove() {
	post_upgrade;
}