summarylogtreecommitdiffstats
path: root/brother-hl3140cw-cups-bin.install
blob: 7498d4a704a6ddbd7fb5390f9f55c36caf89fa7c (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
	/opt/brother/Printers/hl3140cw/cupswrapper/cupswrapperhl3140cw -i
}

post_upgrade() {
	post_install
}

post_remove() {
	/opt/brother/Printers/hl3140cw/cupswrapper/cupswrapperhl3140cw -e
}