summarylogtreecommitdiffstats
path: root/brother-mfc7320-cups.install
blob: 8f3ddb96bd8bd67d42a769f6ea4e7ea077ce2ff4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
MODEL=MFC7320

post_install() {
  /usr/share/brother/cupswrapper/cupswrapperMFC7320-2.0.2 -i&
}

post_upgrade() {
  /bin/true
}

pre_remove() {
  /usr/share/brother/cupswrapper/cupswrapperMFC7320-2.0.2 -e
}


op=$1
shift

$op "$@"