summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--brother-ql700-cupswrapper.install8
1 files changed, 5 insertions, 3 deletions
diff --git a/brother-ql700-cupswrapper.install b/brother-ql700-cupswrapper.install
index 562525212640..5465556f5251 100644
--- a/brother-ql700-cupswrapper.install
+++ b/brother-ql700-cupswrapper.install
@@ -2,7 +2,7 @@
post_install() {
/opt/brother/PTouch/ql700/cupswrapper/cupswrapperql700pt1
- systemctl restart cups
+ systemctl restart org.cups.cupsd.service
}
pre_remove() {
@@ -10,7 +10,9 @@ pre_remove() {
}
post_remove() {
- systemctl restart cups
+ systemctl restart org.cups.cupsd.service
}
-
+post_upgrade() {
+ systemctl restart org.cups.cupsd.service
+}