summarylogtreecommitdiffstats
path: root/brother-dcp365cn.install
diff options
context:
space:
mode:
authorlucasheld2021-09-02 21:33:45 +0200
committerlucasheld2021-09-02 21:33:45 +0200
commit2872202d462a12dbb0d58afe4b1950d578d2fdbf (patch)
tree166f100e5722b1fe94274d1f517fb56e5bb602c8 /brother-dcp365cn.install
parent55f51111301e9e1062612218f8f2647349be568e (diff)
downloadaur-2872202d462a12dbb0d58afe4b1950d578d2fdbf.tar.gz
convert tabs to spaces
Diffstat (limited to 'brother-dcp365cn.install')
-rw-r--r--brother-dcp365cn.install27
1 files changed, 13 insertions, 14 deletions
diff --git a/brother-dcp365cn.install b/brother-dcp365cn.install
index d76499a308ce..c558e82d412b 100644
--- a/brother-dcp365cn.install
+++ b/brother-dcp365cn.install
@@ -1,27 +1,26 @@
post_install() {
- # lpr
- /opt/brother/Printers/dcp365cn/inf/setupPrintcapij dcp365cn -i
-
- # cupswrapper
- /opt/brother/Printers/dcp365cn/cupswrapper/cupswrapperdcp365cn
-
- systemctl restart cups.service
+ # lpr
+ /opt/brother/Printers/dcp365cn/inf/setupPrintcapij dcp365cn -i
+
+ # cupswrapper
+ /opt/brother/Printers/dcp365cn/cupswrapper/cupswrapperdcp365cn
+
+ systemctl restart cups.service
}
post_upgrade() {
- /bin/true
+ /bin/true
}
pre_remove() {
- # lpr
- /opt/brother/Printers/dcp365cn/inf/setupPrintcapij dcp365cn -e
-
- # cupswrapper
- /opt/brother/Printers/dcp365cn/cupswrapper/cupswrapperdcp365cn -e
+ # lpr
+ /opt/brother/Printers/dcp365cn/inf/setupPrintcapij dcp365cn -e
+
+ # cupswrapper
+ /opt/brother/Printers/dcp365cn/cupswrapper/cupswrapperdcp365cn -e
}
op=$1
shift
$op "$@"
-