summarylogtreecommitdiffstats
path: root/brother-ql700-cupswrapper.install
blob: 5465556f525114d73714e1a6436eb15e0370d494 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Install file for brother-ql700-cupswrapper

post_install() {
	/opt/brother/PTouch/ql700/cupswrapper/cupswrapperql700pt1
	systemctl restart org.cups.cupsd.service
}

pre_remove() {
	/opt/brother/PTouch/ql700/cupswrapper/cupswrapperql700pt1 -e
}

post_remove() {
	systemctl restart org.cups.cupsd.service
}

post_upgrade() {
	systemctl restart org.cups.cupsd.service
}