summarylogtreecommitdiffstats
path: root/brother-mfc-210c.install
blob: 0d17e56a2605185ca09e4b67287be75c2484bbff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
post_install() {

      chown root:lp   /usr/share/brother/inf
      chown daemon:lp /usr/share/brother/inf/brMFC210Crc

      echo ""
      echo "LPRng:"
      echo "In order to use this driver with LPRng run"
      echo "  /usr/share/brother/inf/setupPrintcapij MFC210C -i USB"
      echo "as root and restart the lpd daemon. (Assumes the basic"
      echo "configuration has been done already and lpd is up and running.)"
      echo ""
      echo "CUPS:"
      echo "Installation of this package does not cover adding a printer"
      echo "to allow for choosing an arbitrary queue name."
      echo "This has to be done manually e. g. from the Web-UI."
      echo ""
}