summarylogtreecommitdiffstats
path: root/brother-ql700-cupswrapper.install
diff options
context:
space:
mode:
Diffstat (limited to 'brother-ql700-cupswrapper.install')
-rw-r--r--brother-ql700-cupswrapper.install16
1 files changed, 16 insertions, 0 deletions
diff --git a/brother-ql700-cupswrapper.install b/brother-ql700-cupswrapper.install
new file mode 100644
index 000000000000..562525212640
--- /dev/null
+++ b/brother-ql700-cupswrapper.install
@@ -0,0 +1,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
+}
+
+