summarylogtreecommitdiffstats
path: root/brother-mfc-440cn.install
blob: 2febcf731ed3b510631ce1dfef9490856d2b1532 (plain)
1
2
3
4
5
6
7
8
9
10
post_install() {
	post_upgrade;
}

post_upgrade() {
echo "Restart CUPS to load the new files"
echo "You can now register your new printer using the web interface at:"
echo "  http://localhost:631/"
echo "For network printers, use lpd://<printer_ip>/binary_p1"
}