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

post_install() {
	/opt/brother/PTouch/ql700/cupswrapper/cupswrapperql700pt1
	systemctl restart cups
}

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

post_remove() {
	systemctl restart cups
}