summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgS6442015-07-25 18:14:37 +0200
committergS6442015-07-25 18:14:37 +0200
commitd99c633100633e31276855761ebb8fd8c7d8e183 (patch)
treed1f7b7d285c2c7d31ce405c94dcc3286a768c412
parent5f353b02c4fbaf70ec5cd429224784736ae2de7b (diff)
downloadaur-d99c633100633e31276855761ebb8fd8c7d8e183.tar.gz
Adjust install file for new cupsd systemd service name
-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
+}