updated on Fri Jan 6 00:09:29 UTC 2012
[aur-mirror.git] / dcp375cw / dcp375cw.install
blobd994c1821acc65c8f2a8b23398bfa043801bbf78
1 post_install() {
2         cat <<EOT
3 ==============================================================================
4 ==> To complete printer install process you should now add new printer in
5 ==> CUPS Web Interface http://localhost:631 and select Brother DCP-375CW.
6 ==>
7 ==> If you want to use scanner features of Brother DCP-375CW you should install
8 ==> following packages from AUR:
9 ==> brscan3
10 ==> brscan-skey
11 ==============================================================================
12 EOT
13   /usr/local/Brother/Printer/dcp375cw/cupswrapper/cupswrapperdcp375cw
16 post_upgrade() {
17   post_install
20 post_remove() {
21   /bin/true
24 op=$1
25 shift
26 $op $*