summarylogtreecommitdiffstats
path: root/brother-mfc-j497dw.install
blob: 0d4a23db3be879304bb8a972f0c93efd7aaa7a55 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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 "To print over wireless, choose the 'LPD/LPR Host or Printer' protocol"
  echo "when adding the printer, and use the following connection:"
  echo "  lpd://ipaddress/queue"
}