summarylogtreecommitdiffstats
path: root/brother-mfc-j6920dw.install
blob: c2057453211e9a754a52a66f939a2d3b5679081c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
post_install() {
	/opt/brother/Printers/mfcj6920dw/inf/setupPrintcapij mfcj6920dw -i
	/opt/brother/Printers/mfcj6920dw/cupswrapper/cupswrappermfcj6920dw
}

post_upgrade() {
	/bin/true
}

pre_remove() {
	/opt/brother/Printers/mfcj6920dw/inf/setupPrintcapij mfcj6920dw -e
	/opt/brother/Printers/mfcj6920dw/cupswrapper/cupswrappermfcj6920dw -e
}