updated on Wed Jan 18 20:10:41 UTC 2012
[aur-mirror.git] / brother-fax1940cn-lpr / brother-fax1940cn-lpr.install
blob04ce675ef5e46be01c434bf3d08a0777a5da2a7e
1 post_install() {
2  cat << EOF
3 > This package sets the default paper format to A4 borderless
4 > Feel free to change this by using the /usr/bin/brprintconfij2 command
5 EOF
6 /usr/bin/brprintconfij2 -P FAX1940CN -pt A4_B || echo True
9 post_upgrade() {
10  cat << EOF
11 > This package sets the default paper format to A4 borderless
12 > Feel free to change this by using the /usr/bin/brprintconfij2 command
13 EOF
14 /usr/bin/brprintconfij2 -P FAX1940CN -pt A4_B || echo True
17 op=$1
18 shift
19 $op $*