summarylogtreecommitdiffstats
path: root/brother-mfc-j4420dw.install
blob: 281a9145871b1865e8f0a7694aecb138abe9be82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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 ""
  echo "To print over wireless, choose the 'AppSocket/HP JetDirect' protocol"
  echo "when adding the printer, and use the following connection, replacing"
  echo "{ipaddress} with the IP address of the printer:"
  echo "  socket://{ipaddress}:9100"
  echo ""
  echo "To scan, make sure that the optional package 'brscan4' is installed,"
  echo "and register the scanner as follows:"
  echo "# brsaneconfig4 -a name=MFC-J4420DW model=Brother_MFC-J4420DW ip={ipaddress}"
}