summarylogtreecommitdiffstats
path: root/brother-dcpj925dw.install
diff options
context:
space:
mode:
authorhawkeye1164772023-07-12 19:26:47 +0200
committerhawkeye1164772023-07-12 19:26:47 +0200
commit339102006b5db50356a6e28321b0e385d7bdcbeb (patch)
tree21c16f4394d51c2abe4a5faa2213f0a6e75f3413 /brother-dcpj925dw.install
parentdc5a449ade041cec84239f057e50d54c140d04aa (diff)
downloadaur-339102006b5db50356a6e28321b0e385d7bdcbeb.tar.gz
Fix CUPS restart
Diffstat (limited to 'brother-dcpj925dw.install')
-rw-r--r--brother-dcpj925dw.install8
1 files changed, 4 insertions, 4 deletions
diff --git a/brother-dcpj925dw.install b/brother-dcpj925dw.install
index 1504e4e441ca..eaf62289aef4 100644
--- a/brother-dcpj925dw.install
+++ b/brother-dcpj925dw.install
@@ -1,11 +1,11 @@
post_install() {
# lpr
/opt/brother/Printers/dcpj925dw/inf/setupPrintcapij dcpj925dw -i
-
+
# cupswrapper
/opt/brother/Printers/dcpj925dw/cupswrapper/cupswrapperdcpj925dw
-
- systemctl restart org.cups.cupsd.service
+
+ systemctl restart cups.service
}
post_upgrade() {
@@ -15,7 +15,7 @@ post_upgrade() {
pre_remove() {
# lpr
/opt/brother/Printers/dcpj925dw/inf/setupPrintcapij dcpj925dw -e
-
+
# cupswrapper
/opt/brother/Printers/dcpj925dw/cupswrapper/cupswrapperdcpj925dw -e
}